summaryrefslogtreecommitdiffstats
path: root/discover/Makefile.am
diff options
context:
space:
mode:
authorGeoff Levand <geoff@infradead.org>2013-04-21 22:20:14 -0700
committerGeoff Levand <geoff@infradead.org>2013-05-03 17:12:08 -0700
commit0c3348684455144089d1da574b1096c95f4b0a80 (patch)
treeb040afe1faef7cd92555965931f26e4f948cf57f /discover/Makefile.am
parent8e9e2736dd0bb590cd9db300d12838d40cfe619e (diff)
downloadtalos-petitboot-0c3348684455144089d1da574b1096c95f4b0a80.tar.gz
talos-petitboot-0c3348684455144089d1da574b1096c95f4b0a80.zip
discover: Update udev routines to use libudev
Support for 'RUN+="socket:' in udev rules files has been removed in udev version 183. Update the discover server to use libudev. Signed-off-by: Geoff Levand <geoff@infradead.org>
Diffstat (limited to 'discover/Makefile.am')
-rw-r--r--discover/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/discover/Makefile.am b/discover/Makefile.am
index ce8cff5..ddf37ef 100644
--- a/discover/Makefile.am
+++ b/discover/Makefile.am
@@ -65,4 +65,6 @@ pb_discover_SOURCES = \
pb_discover_LDADD = libparser.o $(top_builddir)/lib/libpbcore.la
+pb_discover_LDFLAGS = -ludev
+
MAINTAINERCLEANFILES = Makefile.in
OpenPOWER on IntegriCloud