]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - contrib/openbsm/libbsm/Makefile.am
Merge OpenBSM alpha 4 from OpenBSM vendor branch to head, both
[FreeBSD/FreeBSD.git] / contrib / openbsm / libbsm / Makefile.am
1 #
2 # $P4: //depot/projects/trustedbsd/openbsm/libbsm/Makefile.am#7 $
3 #
4
5 if USE_NATIVE_INCLUDES
6 INCLUDES = -I$(top_builddir) -I$(top_srcdir)
7 else
8 INCLUDES = -I$(top_builddir) -I$(top_srcdir) -I$(top_srcdir)/sys
9 endif
10
11 lib_LTLIBRARIES = libbsm.la
12
13 libbsm_la_SOURCES =     \
14         bsm_audit.c     \
15         bsm_class.c     \
16         bsm_control.c   \
17         bsm_errno.c     \
18         bsm_event.c     \
19         bsm_flags.c     \
20         bsm_io.c        \
21         bsm_mask.c      \
22         bsm_token.c     \
23         bsm_user.c
24
25 if HAVE_AUDIT_SYSCALLS
26 libbsm_la_SOURCES +=    \
27         bsm_notify.c    \
28         bsm_wrappers.c
29 endif
30
31 man3_MANS =             \
32         au_class.3      \
33         au_control.3    \
34         au_errno.3      \
35         au_event.3      \
36         au_free_token.3 \
37         au_io.3         \
38         au_mask.3       \
39         au_open.3       \
40         au_token.3      \
41         au_user.3       \
42         libbsm.3
43