aboutsummaryrefslogtreecommitdiffstats
path: root/extras/edd_id
diff options
context:
space:
mode:
authorKay Sievers <kay.sievers@vrfy.org>2008-09-10 00:46:17 +0200
committerKay Sievers <kay.sievers@vrfy.org>2008-09-10 00:46:17 +0200
commit4f4b12c20388ff2cb158b040e3193f86cf7a3b96 (patch)
tree41449172690d16f6deba140d174343478f806d23 /extras/edd_id
parent6b12bdb62460a0bdc08d5e020a64c18bc1672bb1 (diff)
downloadudev-4f4b12c20388ff2cb158b040e3193f86cf7a3b96.tar.gz
libudev: add selinux
Diffstat (limited to 'extras/edd_id')
-rw-r--r--extras/edd_id/Makefile.am6
1 files changed, 5 insertions, 1 deletions
diff --git a/extras/edd_id/Makefile.am b/extras/edd_id/Makefile.am
index cc693967..22af7e95 100644
--- a/extras/edd_id/Makefile.am
+++ b/extras/edd_id/Makefile.am
@@ -20,9 +20,13 @@ edd_id_SOURCES = \
../../udev/udev_utils.c \
../../udev/udev_utils_string.c
+if USE_SELINUX
+edd_id_LDADD = \
+ $(SELINUX_LIBS)
+endif
+
dist_man_MANS = \
edd_id.8
distclean-local:
rm -f Makefile.in
-