]> CyberLeo.Net >> Repos - FreeBSD/releng/7.2.git/blob - contrib/openbsm/libbsm/Makefile.am
Create releng/7.2 from stable/7 in preparation for 7.2-RELEASE.
[FreeBSD/releng/7.2.git] / contrib / openbsm / libbsm / Makefile.am
1 #
2 # $P4: //depot/projects/trustedbsd/openbsm/libbsm/Makefile.am#3 $
3 #
4
5 INCLUDES = -I$(top_srcdir)
6
7 lib_LTLIBRARIES = libbsm.la
8
9 libbsm_la_SOURCES =     \
10         bsm_audit.c     \
11         bsm_class.c     \
12         bsm_control.c   \
13         bsm_event.c     \
14         bsm_flags.c     \
15         bsm_io.c        \
16         bsm_mask.c      \
17         bsm_token.c     \
18         bsm_user.c
19
20 if HAVE_AUDIT_SYSCALLS
21 libbsm_la_SOURCES +=    \
22         bsm_notify.c    \
23         bsm_wrappers.c
24 endif
25
26 man3_MANS =             \
27         au_class.3      \
28         au_control.3    \
29         au_event.3      \
30         au_free_token.3 \
31         au_io.3         \
32         au_mask.3       \
33         au_open.3       \
34         au_token.3      \
35         au_user.3       \
36         libbsm.3
37