From f567ac9193bc421992e572ec3196a73dc6ed59c0 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Thu, 12 Feb 2009 15:01:37 +0100 Subject: build: restructure Makefile for include/ directory This patch will support adding libiptc to the headers list in future. Signed-off-by: Jan Engelhardt --- include/Makefile.am | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 include/Makefile.am (limited to 'include') diff --git a/include/Makefile.am b/include/Makefile.am new file mode 100644 index 00000000..6206bd2a --- /dev/null +++ b/include/Makefile.am @@ -0,0 +1,8 @@ +# -*- Makefile -*- + +include_HEADERS = +nobase_include_HEADERS = xtables.h + +if ENABLE_LIBIPQ +include_HEADERS += libipq/libipq.h +endif -- cgit v1.2.3