From e983e130535a4b4ff4e3ce4041015a180649a2ae Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Thu, 23 Feb 2012 18:06:38 +0100 Subject: mmaudit: added skeleton (copy of mmjsonparse) --- Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index b3b5a637..4f6078d8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -202,6 +202,10 @@ if ENABLE_MMJSONPARSE SUBDIRS += plugins/mmjsonparse endif +if ENABLE_MMAUDIT +SUBDIRS += plugins/mmaudit +endif + if ENABLE_ORACLE SUBDIRS += plugins/omoracle endif -- cgit