summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/Makefile.am1
-rw-r--r--include/ulogd/Makefile.am3
-rw-r--r--include/ulogd/ulogd.h2
3 files changed, 2 insertions, 4 deletions
diff --git a/include/Makefile.am b/include/Makefile.am
index 0e0b87a..fa34473 100644
--- a/include/Makefile.am
+++ b/include/Makefile.am
@@ -1,2 +1 @@
SUBDIRS = ulogd libipulog
-nobase_include_HEADERS = ulogd/conffile.h ulogd/ipfix_protocol.h ulogd/linuxlist.h ulogd/ulogd.h ulogd/common.h ulogd/linux_rbtree.h ulogd/timer.h ulogd/slist.h ulogd/hash.h ulogd/jhash.h
diff --git a/include/ulogd/Makefile.am b/include/ulogd/Makefile.am
index de9c8f2..9b8a3d1 100644
--- a/include/ulogd/Makefile.am
+++ b/include/ulogd/Makefile.am
@@ -1 +1,2 @@
-noinst_HEADERS = db.h printpkt.h printflow.h
+
+noinst_HEADERS = conffile.h db.h ipfix_protocol.h linuxlist.h ulogd.h printpkt.h printflow.h common.h linux_rbtree.h timer.h slist.h hash.h jhash.h
diff --git a/include/ulogd/ulogd.h b/include/ulogd/ulogd.h
index 3069454..2d1b348 100644
--- a/include/ulogd/ulogd.h
+++ b/include/ulogd/ulogd.h
@@ -19,9 +19,7 @@
#include <signal.h> /* need this because of extension-sighandler */
#include <sys/types.h>
#include <string.h>
-#ifdef HAVE_CONFIG_H
#include <config.h>
-#endif
#define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0]))