From 88283c782a583fe1c7ec6ceb952af43dc053105c Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Sun, 1 Jan 2012 01:25:34 +0100 Subject: build: install libipset in the right place The .c files used to build the plugins for ipset all use #include , so the files we install should preferably also be in a directory called "libipset" rather than just "ipset". Signed-off-by: Jozsef Kadlecsik --- include/libipset/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/libipset/Makefile.am b/include/libipset/Makefile.am index 2bb353b..3b47518 100644 --- a/include/libipset/Makefile.am +++ b/include/libipset/Makefile.am @@ -1,3 +1,4 @@ +pkgincludedir = ${includedir}/libipset pkginclude_HEADERS = \ data.h \ errcode.h \ -- cgit v1.2.3