libsemanage gained a dependency on libaudit.

Signed-off-by: Stephen Smalley <sds@tycho.nsa.gov>
This commit is contained in:
Stephen Smalley 2013-10-24 12:48:32 -04:00
parent fc965a99c6
commit cfada081f4
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ EXECUTABLE = libsemanage-tests
CC = gcc CC = gcc
CFLAGS = -c -g -o0 -Wall -W -Wundef -Wmissing-noreturn -Wmissing-format-attribute -Wno-unused-parameter CFLAGS = -c -g -o0 -Wall -W -Wundef -Wmissing-noreturn -Wmissing-format-attribute -Wno-unused-parameter
INCLUDE = -I$(TESTSRC) -I$(TESTSRC)/../include INCLUDE = -I$(TESTSRC) -I$(TESTSRC)/../include
LDFLAGS = -lcunit -lustr -lbz2 LDFLAGS = -lcunit -lustr -lbz2 -laudit
OBJECTS = $(SOURCES:.c=.o) OBJECTS = $(SOURCES:.c=.o)
all: $(EXECUTABLE) all: $(EXECUTABLE)