diff options
author | Peter Jones <pjones@redhat.com> | 2006-03-24 15:38:51 +0000 |
---|---|---|
committer | Peter Jones <pjones@redhat.com> | 2006-03-24 15:38:51 +0000 |
commit | 72eb48a7e39830dd47ce5b4a83ce840d24a26854 (patch) | |
tree | d7a0ce65f788f4816eecdeb9b6d7680f6bc24732 /isys/Makefile | |
parent | cc285e06f07d1bf4a6793cd9950c2aa05fb966cd (diff) | |
download | anaconda-72eb48a7e39830dd47ce5b4a83ce840d24a26854.tar.gz anaconda-72eb48a7e39830dd47ce5b4a83ce840d24a26854.tar.xz anaconda-72eb48a7e39830dd47ce5b4a83ce840d24a26854.zip |
- Fix SELinux conditional inclusion/build
Diffstat (limited to 'isys/Makefile')
-rw-r--r-- | isys/Makefile | 5 |
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 |