From 072959dbc1778a8f85aac9d6ef842ce9222d1fea Mon Sep 17 00:00:00 2001 From: Eric Leblond Date: Sat, 18 Apr 2009 13:58:26 +0200 Subject: Revert "ulogd: permit compilation of plugin outside of tree" This reverts commit 0ff525cb0506b2c043bc9df6d7e7b486c865bc38. A stable and clean API should be provided if we choose to offer for external module capability. --- include/Makefile.am | 1 - include/ulogd/Makefile.am | 3 ++- include/ulogd/ulogd.h | 2 -- 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 /* need this because of extension-sighandler */ #include #include -#ifdef HAVE_CONFIG_H #include -#endif #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) -- cgit v1.2.3