xref: /src/contrib/openbsm/modules/auditfilter_noop/Makefile.am (revision b626f5a73a48f44a31a200291b141e1da408a2ff) !
1if USE_NATIVE_INCLUDES
2INCLUDES = -I$(top_builddir) -I$(top_srcdir)
3else
4INCLUDES = -I$(top_builddir) -I$(top_srcdir) -I$(top_srcdir)/sys
5endif
6
7lib_LTLIBRARIES = auditfilter_noop.la
8
9auditfilter_noop_la_SOURCE = auditfilter_noop.c
10auditfilter_noop_la_LDFLAGS = -module
11