summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ed5a87c427..16f4c244eb 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