From 0ff525cb0506b2c043bc9df6d7e7b486c865bc38 Mon Sep 17 00:00:00 2001 From: Eric Leblond Date: Sun, 5 Apr 2009 12:34:31 +0200 Subject: ulogd: permit compilation of plugin outside of tree This patch modifies Makefile.am to install the headers needed for compilation of plugins outside of the source tree. --- include/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'include/Makefile.am') diff --git a/include/Makefile.am b/include/Makefile.am index fa34473..0e0b87a 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -1 +1,2 @@ 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 -- cgit v1.2.3