chiark / gitweb /
volume_id: Version 051
[elogind.git] / Makefile
index ed5a87c4276f56ba4a19118fb03040424f037883..0f5ab8fe8294eb0d31fc1aa1e70adeb011cc2c7b 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -17,7 +17,7 @@
 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
 #
 
-VERSION =      070
+VERSION =      071
 
 # set this to make use of syslog
 USE_LOG = true
@@ -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