summaryrefslogtreecommitdiffstats
path: root/contrib/openbsm/libauditd/Makefile.am
blob: 6fab2670d4b67558ba1fc8f4422420e9ba481d35 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#
# $P4: //depot/projects/trustedbsd/openbsm/libauditd/Makefile.am#1 $
#

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 = libauditd.la

libauditd_la_SOURCES =	\
	auditd_lib.c

#man3_MANS =		\
#	libauditd.3
OpenPOWER on IntegriCloud