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

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