diff options
Diffstat (limited to 'src/audits/Makefile.am')
-rw-r--r-- | src/audits/Makefile.am | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/audits/Makefile.am b/src/audits/Makefile.am new file mode 100644 index 0000000..0c72765 --- /dev/null +++ b/src/audits/Makefile.am @@ -0,0 +1,9 @@ +AM_CPPFLAGS = \ + -Wall \ + -I$(top_srcdir)/src + +noinst_LIBRARIES = libaudits.a + +libaudits_a_SOURCES =\ + memman.cpp\ + memman.h |