summaryrefslogtreecommitdiffstats
path: root/contrib/openbsm/modules/auditfilter_noop/Makefile.am
blob: 5b432069fa3aca11d8667e77442ff0ecbfbb5c54 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
##
## $P4: //depot/projects/trustedbsd/openbsm/modules/auditfilter_noop/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

lib_LTLIBRARIES = auditfilter_noop.la

auditfilter_noop_la_SOURCE = auditfilter_noop.c
auditfilter_noop_la_LDFLAGS = -module
OpenPOWER on IntegriCloud