From: greg@kroah.com Date: Thu, 25 Mar 2004 06:46:29 +0000 (-0800) Subject: [PATCH] remove selinux stuff from the main Makefile X-Git-Tag: 023~7 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=7e2fb86463fd6f09125d73c5eb110842511ad04e [PATCH] remove selinux stuff from the main Makefile --- diff --git a/Makefile b/Makefile index 65d870bf9..4481ee1bf 100644 --- a/Makefile +++ b/Makefile @@ -221,14 +221,6 @@ ifeq ($(strip $(USE_KLIBC)),true) OBJS += klibc_fixups.o endif -# if USE_SELINUX is enabled, then we do not strip or optimize -ifeq ($(strip $(USE_SELINUX)),true) - CFLAGS += -DUSE_SELINUX - OBJS += udev_selinux.o - LIB_OBJS += -lselinux -endif - - # header files automatically generated GEN_HEADERS = udev_version.h