From: Jan Engelhardt Date: Sun, 1 Jan 2012 00:25:34 +0000 (+0100) Subject: build: install libipset in the right place X-Git-Tag: v6.11~9 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=88283c782a583fe1c7ec6ceb952af43dc053105c;p=ipset 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 --- 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 \