summaryrefslogtreecommitdiffstats
path: root/isys/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'isys/Makefile')
-rw-r--r--isys/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/isys/Makefile b/isys/Makefile
index a68f716d9..5b707f7c8 100644
--- a/isys/Makefile
+++ b/isys/Makefile
@@ -5,11 +5,14 @@ CFLAGS += -I$(PYTHONINCLUDE) -I.. -DHAVE_NFS
OBJECTS = nfsmount.o nfsmount_clnt.o nfsmount_xdr.o imount.o \
smp.o devnodes.o cpio.o uncpio.o dasd.o \
lang.o isofs.o dns.o linkdetect.o vio.o \
- ethtool.o wireless.o eddsupport.o nl.o str.o
+ ethtool.o wireless.o eddsupport.o nl.o str.o auditd.o
SOBJECTS = $(patsubst %.o,%.lo,$(OBJECTS))
SOURCES = $(patsubst %.o,%.c,$(OBJECTS)) isys.c
LOADLIBES = -lresolv -lpci -lpopt -lext2fs -lz -lkudzu -lpci -ldevmapper
LOADLIBES += $(SELINUXLIBES)
+ifeq ($(USESELINUX),1)
+LOADLIBES += -laudit
+endif
PYMODULES = _isys.so
SUBDIRS = gzlib