summaryrefslogtreecommitdiff
path: root/udev/Makefile.am
diff options
context:
space:
mode:
authorKay Sievers <kay.sievers@vrfy.org>2008-10-03 14:49:29 +0200
committerKay Sievers <kay.sievers@vrfy.org>2008-10-03 14:49:29 +0200
commit7744e869ecbfd2a508dbba46acfc2133a2f8f840 (patch)
treed8052926e17c1048cd8a302a9b4cebbaef3c945d /udev/Makefile.am
parent22c89d3fd78d7ef3f231fc837a47860efcc4cc9e (diff)
move selinux noops to udev.h
Diffstat (limited to 'udev/Makefile.am')
-rw-r--r--udev/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/udev/Makefile.am b/udev/Makefile.am
index b9e2e89620..c0df391d6f 100644
--- a/udev/Makefile.am
+++ b/udev/Makefile.am
@@ -25,7 +25,6 @@ common_files = \
udev_sysfs.c \
udev_utils.c \
udev_utils_file.c \
- udev_selinux.c \
list.h \
lib/libudev.h \
lib/libudev-private.h \
@@ -39,6 +38,8 @@ common_files = \
lib/libudev-ctrl.c
if USE_SELINUX
+common_files += \
+ udev_selinux.c
common_ldadd += \
$(SELINUX_LIBS)
endif