]> granicus.if.org Git - ipset/commitdiff
build: install libipset in the right place
authorJan Engelhardt <jengelh@medozas.de>
Sun, 1 Jan 2012 00:25:34 +0000 (01:25 +0100)
committerJozsef Kadlecsik <kadlec@blackhole.kfki.hu>
Wed, 4 Jan 2012 14:04:14 +0000 (15:04 +0100)
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>
include/libipset/Makefile.am

index 2bb353b511310c035750046db7883fa63709dc9c..3b47518564aba3d8ed6375b7fdf848be461afa5e 100644 (file)
@@ -1,3 +1,4 @@
+pkgincludedir = ${includedir}/libipset
 pkginclude_HEADERS = \
        data.h \
        errcode.h \