chiark / gitweb /
volume_id: add Veritas fs
[elogind.git] / Makefile
index c0e1e46ad720fe3ab1f6ab5e42d9d5af3ab897c7..0f5ab8fe8294eb0d31fc1aa1e70adeb011cc2c7b 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -17,7 +17,7 @@
 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
 #
 
-VERSION =      069
+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