X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=Makefile;h=0f5ab8fe8294eb0d31fc1aa1e70adeb011cc2c7b;hb=79bd4f222954a331aafcd7d0164742a60b570294;hp=c0e1e46ad720fe3ab1f6ab5e42d9d5af3ab897c7;hpb=85701baede56edd4fba042f98550b8dec1a73127;p=elogind.git diff --git a/Makefile b/Makefile index c0e1e46ad..0f5ab8fe8 100644 --- 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