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