summaryrefslogtreecommitdiffstats
path: root/libseaudit/tests/Makefile.am
blob: 47cef425e2dd577f427fd8fddfeaaedcef362a0d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
TESTS = libseaudit-tests
check_PROGRAMS = libseaudit-tests

libseaudit_tests_SOURCES = \
	filters.c filters.h \
	parse_file.c parse_file.h \
	libseaudit-tests.c

AM_CFLAGS = @DEBUGCFLAGS@ @WARNCFLAGS@ @PROFILECFLAGS@ @SELINUX_CFLAGS@ \
	@QPOL_CFLAGS@ @APOL_CFLAGS@ @SEAUDIT_CFLAGS@

AM_LDFLAGS = @DEBUGLDFLAGS@ @WARNLDFLAGS@ @PROFILELDFLAGS@

LDADD = @SELINUX_LIB_FLAG@ @SEAUDIT_LIB_FLAG@ @APOL_LIB_FLAG@ @QPOL_LIB_FLAG@ @CUNIT_LIB_FLAG@

libseaudit_tests_DEPENDENCIES = ../src/libseaudit.so