summaryrefslogtreecommitdiffstats
path: root/contrib/openbsm/bin/auditfilterd/Makefile.am
blob: 81d4fb5cc5215c9baa0c06aa14322555dd10c397 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
##
## $P4: //depot/projects/trustedbsd/openbsm/bin/auditfilterd/Makefile.am#4 $
##

if USE_NATIVE_INCLUDES
INCLUDES = -I$(top_builddir) -I$(top_srcdir)
else
INCLUDES = -I$(top_builddir) -I$(top_srcdir) -I$(top_srcdir)/sys
endif

sbin_PROGRAMS = auditfilterd
auditfilterd_SOURCES = auditfilterd_conf.c auditfilterd.c
auditfilterd_LDADD = $(top_builddir)/libbsm/libbsm.la
man8_MANS = auditfilterd.8
OpenPOWER on IntegriCloud