aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorKay Sievers <kay.sievers@suse.de>2005-10-16 14:16:43 +0200
committerKay Sievers <kay.sievers@suse.de>2005-10-16 14:16:43 +0200
commit586e1a37eff1ec9b69c0d2953014e7291fb875b5 (patch)
tree16a1b9160c804237f04ea61bbf3d947b26a3c0ae /Makefile
parentdfedc446db906952ef32fe95f637cc51f9b2d129 (diff)
downloadudev-586e1a37eff1ec9b69c0d2953014e7291fb875b5.tar.gz
fix selinux compilation
Taken from Red Hat CVS. Signed-off-by: Kay Sievers <kay.sievers@suse.de>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ed5a87c4..16f4c244 100644
--- a/Makefile
+++ b/Makefile
@@ -206,7 +206,7 @@ endif
ifeq ($(strip $(USE_SELINUX)),true)
UDEV_OBJS += udev_selinux.o
- LIB_OBJS += -lselinux
+ LIB_OBJS += -lselinux -lsepol
CFLAGS += -DUSE_SELINUX
endif