diff options
author | Miroslav Grepl <mgrepl@redhat.com> | 2014-04-11 09:37:53 +0200 |
---|---|---|
committer | Miroslav Grepl <mgrepl@redhat.com> | 2014-04-11 09:37:53 +0200 |
commit | 47be9ff57e72906660bb62a515222f482131e1fb (patch) | |
tree | 2cb0ef0ba48d73b1df7cc0915754a17e19464bb6 /libseaudit/include/seaudit/Makefile.am | |
download | setools-master.tar.gz setools-master.tar.xz setools-master.zip |
Create setools-3.3.7 git repomaster
Diffstat (limited to 'libseaudit/include/seaudit/Makefile.am')
-rw-r--r-- | libseaudit/include/seaudit/Makefile.am | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/libseaudit/include/seaudit/Makefile.am b/libseaudit/include/seaudit/Makefile.am new file mode 100644 index 0000000..7f11f38 --- /dev/null +++ b/libseaudit/include/seaudit/Makefile.am @@ -0,0 +1,14 @@ +seauditdir = $(includedir)/seaudit + +seaudit_HEADERS = \ + avc_message.h \ + bool_message.h \ + filter.h \ + load_message.h \ + log.h \ + message.h \ + model.h \ + parse.h \ + report.h \ + sort.h \ + util.h |