summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorlaforge <laforge>2005-04-17 15:16:18 +0000
committerlaforge <laforge>2005-04-17 15:16:18 +0000
commit29b6d125769417262b4841fe78e46813127a5d71 (patch)
tree8dd4760d07d83ad0309294eb1a07cef0e741b5ec /configure.in
parent9951ab9f02424d84ce1f176540a12285a5a11d69 (diff)
current working state (doesn't compile yet)
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 1b94de7..5dfb661 100644
--- a/configure.in
+++ b/configure.in
@@ -210,4 +210,4 @@ AC_SUBST(HAVE_PCAP_H)
AM_CONDITIONAL(HAVE_MYSQL, test x$mysqldir != x)
AM_CONDITIONAL(HAVE_PGSQL, test x$pgsqldir != x)
-AC_OUTPUT(extensions/Makefile doc/Makefile conffile/Makefile libipulog/Makefile mysql/Makefile pgsql/Makefile pcap/Makefile Makefile Rules.make)
+AC_OUTPUT(doc/Makefile conffile/Makefile libipulog/Makefile input/packet/Makefile input/flow/Makefile filter/raw2packet/Makefile filter/packet2flow/Makefile output/Makefile output/mysql/Makefile output/pgsql/Makefile Makefile Rules.make)