From: /C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org Date: Sun, 8 Jan 2006 22:55:39 +0000 (+0000) Subject: further 'make dist' fixes X-Git-Tag: ulogd-2.0.0beta2~199 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ea4c61fd022d4f0b46b556948e757102e28f2566;p=thirdparty%2Fulogd2.git further 'make dist' fixes --- diff --git a/Makefile.am b/Makefile.am index 677fe2c..f4e9e4d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -6,8 +6,7 @@ man_MANS = ulogd.8 EXTRA_DIST = $(man_MANS) INCLUDES = $(all_includes) -I$(top_srcdir)/include -SUBDIRS = doc libipulog src input filter output -DIST_SUBDIRS = doc src input filter output +SUBDIRS = include doc libipulog src input filter output $(OBJECTS): libtool libtool: $(LIBTOOL_DEPS) diff --git a/configure.in b/configure.in index e971e7d..be28e1f 100644 --- a/configure.in +++ b/configure.in @@ -61,4 +61,10 @@ dnl AC_SUBST(HAVE_PCAP_H) dnl AM_CONDITIONAL(HAVE_MYSQL, test x$mysqldir != x) dnl AM_CONDITIONAL(HAVE_PGSQL, test x$pgsqldir != x) -AC_OUTPUT(doc/Makefile libipulog/Makefile input/Makefile input/packet/Makefile input/flow/Makefile filter/Makefile filter/raw2packet/Makefile filter/packet2flow/Makefile output/Makefile output/pcap/Makefile output/mysql/Makefile output/pgsql/Makefile output/sqlite3/Makefile src/Makefile Makefile Rules.make) +AC_OUTPUT(doc/Makefile \ + include/Makefile include/ulogd/Makefile \ + libipulog/Makefile \ + input/Makefile input/packet/Makefile input/flow/Makefile \ + filter/Makefile filter/raw2packet/Makefile filter/packet2flow/Makefile \ + output/Makefile output/pcap/Makefile output/mysql/Makefile output/pgsql/Makefile output/sqlite3/Makefile \ + src/Makefile Makefile Rules.make) diff --git a/include/Makefile.am b/include/Makefile.am new file mode 100644 index 0000000..fa34473 --- /dev/null +++ b/include/Makefile.am @@ -0,0 +1 @@ +SUBDIRS = ulogd libipulog diff --git a/libipulog/libipulog.h b/include/libipulog/libipulog.h similarity index 100% rename from libipulog/libipulog.h rename to include/libipulog/libipulog.h diff --git a/include/ulogd/Makefile.am b/include/ulogd/Makefile.am new file mode 100644 index 0000000..87eeae3 --- /dev/null +++ b/include/ulogd/Makefile.am @@ -0,0 +1,2 @@ + +noinst_HEADERS = conffile.h db.h ipfix_protocol.h linuxlist.h select.h ulogd.h diff --git a/libipulog/libipulog.c b/libipulog/libipulog.c index 6d2ade0..8917bcc 100644 --- a/libipulog/libipulog.c +++ b/libipulog/libipulog.c @@ -29,7 +29,7 @@ #include #include #include -#include "libipulog.h" +#include struct ipulog_handle {