summaryrefslogtreecommitdiffstats
path: root/src/audits/Makefile.am
blob: 0c72765dec9113bdc86382fb00ed37be88a6d686 (plain)
1
2
3
4
5
6
7
8
9
AM_CPPFLAGS = \
	-Wall \
	-I$(top_srcdir)/src

noinst_LIBRARIES = libaudits.a

libaudits_a_SOURCES =\
	memman.cpp\
	memman.h