From cf9658711c28f4c671740814e8c269e2fa6974fa Mon Sep 17 00:00:00 2001 From: laforge Date: Sun, 17 Apr 2005 14:10:25 +0000 Subject: add makefiles for subdirs --- Makefile.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index 62c8015..21069eb 100644 --- a/Makefile.in +++ b/Makefile.in @@ -3,16 +3,16 @@ include @top_srcdir@/Rules.make CFLAGS+=-I@top_srcdir@/libipulog/include -I@top_srcdir@/include -SUBDIRS=conffile libipulog extensions doc +SUBDIRS=conffile libipulog doc input/flow input/packet filter/raw2packet filter/packet2flow output ifeq (x@MYSQLINCLUDES@,x) else -SUBDIRS+=mysql +SUBDIRS+=output/mysql endif ifeq (x@PGSQLINCLUDES@,x) else -SUBDIRS+=pgsql +SUBDIRS+=output/pgsql endif ifeq (x@HAVE_PCAP_H@,x) -- cgit v1.2.3