summaryrefslogtreecommitdiffstats
path: root/contrib/openbsm/modules/auditfilter_noop/Makefile.am
blob: 1d0775be265fada3a9336e9ecf4a47ff395ae4a5 (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#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

lib_LTLIBRARIES = auditfilter_noop.la

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