summaryrefslogtreecommitdiffstats
path: root/include/libipset
diff options
context:
space:
mode:
authorJan Engelhardt <jengelh@medozas.de>2012-01-01 01:25:34 +0100
committerJozsef Kadlecsik <kadlec@blackhole.kfki.hu>2012-01-04 15:04:14 +0100
commit88283c782a583fe1c7ec6ceb952af43dc053105c (patch)
tree095cb33715a312b1d31d8ee469206a155904f364 /include/libipset
parent22411e0bcc2dbee24e9db409c042dbc78490004c (diff)
build: install libipset in the right place
The .c files used to build the plugins for ipset all use #include <libipset/...>, so the files we install should preferably also be in a directory called "libipset" rather than just "ipset". Signed-off-by: Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
Diffstat (limited to 'include/libipset')
-rw-r--r--include/libipset/Makefile.am1
1 files changed, 1 insertions, 0 deletions
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 \