summaryrefslogtreecommitdiffstats
path: root/isys/Makefile
diff options
context:
space:
mode:
authorPeter Jones <pjones@redhat.com>2006-03-24 15:38:51 +0000
committerPeter Jones <pjones@redhat.com>2006-03-24 15:38:51 +0000
commit72eb48a7e39830dd47ce5b4a83ce840d24a26854 (patch)
treed7a0ce65f788f4816eecdeb9b6d7680f6bc24732 /isys/Makefile
parentcc285e06f07d1bf4a6793cd9950c2aa05fb966cd (diff)
downloadanaconda-72eb48a7e39830dd47ce5b4a83ce840d24a26854.tar.gz
anaconda-72eb48a7e39830dd47ce5b4a83ce840d24a26854.tar.xz
anaconda-72eb48a7e39830dd47ce5b4a83ce840d24a26854.zip
- Fix SELinux conditional inclusion/build
Diffstat (limited to 'isys/Makefile')
-rw-r--r--isys/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/isys/Makefile b/isys/Makefile
index 26581fa6f..84f743fbe 100644
--- a/isys/Makefile
+++ b/isys/Makefile
@@ -9,10 +9,7 @@ OBJECTS = nfsmount.o nfsmount_clnt.o nfsmount_xdr.o imount.o getmacaddr.o \
SOBJECTS = $(patsubst %.o,%.lo,$(OBJECTS))
SOURCES = $(patsubst %.o,%.c,$(OBJECTS)) isys.c
LOADLIBES = -lresolv -lpci -lpopt -lpump -lext2fs -lz -lkudzu -lpci -ldevmapper
-ifeq ($(USESELINUX),1)
-LOADLIBES += -lselinux -lsepol
-SELINUXFLAGS = -DUSESELINUX=1
-endif
+LOADLIBES += $(SELINUXLIBES)
PYMODULES = _isys.so
SUBDIRS = gzlib
DIET = diet