summaryrefslogtreecommitdiffstats
path: root/contrib/openbsm/bin/auditreduce/Makefile.am
blob: b5e24338eb46eaf2a6d2367d52a683ef500fef5c (plain)
1
2
3
4
5
6
7
8
9
10
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 = auditreduce
auditreduce_SOURCES = auditreduce.c
auditreduce_LDADD = $(top_builddir)/libbsm/libbsm.la
man1_MANS = auditreduce.1
OpenPOWER on IntegriCloud