aboutsummaryrefslogtreecommitdiff
path: root/bsm/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'bsm/Makefile.am')
-rw-r--r--bsm/Makefile.am15
1 files changed, 15 insertions, 0 deletions
diff --git a/bsm/Makefile.am b/bsm/Makefile.am
new file mode 100644
index 000000000000..8287789bebd0
--- /dev/null
+++ b/bsm/Makefile.am
@@ -0,0 +1,15 @@
+#
+# $P4: //depot/projects/trustedbsd/openbsm/bsm/Makefile.am#2 $
+#
+
+openbsmdir = $(includedir)/bsm
+
+openbsm_HEADERS = \
+ audit.h \
+ audit_filter.h \
+ audit_internal.h \
+ audit_kevents.h \
+ audit_record.h \
+ audit_uevents.h \
+ libbsm.h
+