summaryrefslogtreecommitdiffstats
path: root/contrib/openbsm/libauditd/Makefile.am
blob: 2459cdfcd2c457a07580dc80fd076396a0824688 (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#2 $
#

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