diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -47,8 +47,7 @@ DIRS:=applets archival archival/libunarchive coreutils console-tools \ | |||
47 | SRC_DIRS:=$(patsubst %,$(top_srcdir)/%,$(DIRS)) | 47 | SRC_DIRS:=$(patsubst %,$(top_srcdir)/%,$(DIRS)) |
48 | 48 | ||
49 | ifeq ($(strip $(CONFIG_SELINUX)),y) | 49 | ifeq ($(strip $(CONFIG_SELINUX)),y) |
50 | CFLAGS += -I/usr/include/selinux | 50 | LIBRARIES += -lselinux |
51 | LIBRARIES += -lsecure | ||
52 | endif | 51 | endif |
53 | 52 | ||
54 | CONFIG_CONFIG_IN = $(top_srcdir)/sysdeps/$(TARGET_OS)/Config.in | 53 | CONFIG_CONFIG_IN = $(top_srcdir)/sysdeps/$(TARGET_OS)/Config.in |