aboutsummaryrefslogtreecommitdiff
path: root/libauditd/Makefile.am
blob: 3a4e7abdc7b02720c83bd15d3e75b91101e2fe59 (plain) (blame)
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#3 $
##

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