aa77200569
primary new feature is auditdistd. Obtained from: TrustedBSD Project Sponsored by: The FreeBSD Foundation (auditdistd)
18 lines
322 B
Makefile
18 lines
322 B
Makefile
##
|
|
## $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
|