chiark / gitweb /
fix selinux compilation
[elogind.git] / Makefile
index ed5a87c4276f56ba4a19118fb03040424f037883..16f4c244ebfd72fab3aa128b2df802297ceb18dd 100644 (file)
--- 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