summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorlaforge <laforge>2005-04-17 14:10:25 +0000
committerlaforge <laforge>2005-04-17 14:10:25 +0000
commitcf9658711c28f4c671740814e8c269e2fa6974fa (patch)
tree14ca3188d30f99a4105177af8e5f661c1e17a550 /Makefile.in
parent6b1e5cfae8991b828aac11681f6589de6c37f87a (diff)
add makefiles for subdirs
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in6
1 files changed, 3 insertions, 3 deletions
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)