summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorEric Leblond <eric@regit.org>2013-05-10 22:25:17 +0200
committerJozsef Kadlecsik <kadlec@blackhole.kfki.hu>2013-05-11 22:59:00 +0200
commit9963db132b8a36dbe90af13c2d26d65177d7ee8f (patch)
treeb44fa9a4d6172d65ec0a8177968977c843a7aecf /lib
parent85196765617c27d69155618d113addbc418679ad (diff)
libipset.pc must be installed via 'make install'
libipset.pc was not installed by classic 'make install'. This patch adds it to the list of installed files. Signed-off-by: Eric Leblond <eric@regit.org> Signed-off-by: Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
Diffstat (limited to 'lib')
-rw-r--r--lib/Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am
index 2d22aff..ccc02aa 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -36,6 +36,9 @@ libipset_la_SOURCES = \
EXTRA_DIST = $(IPSET_SETTYPE_LIST) libipset.map
+pkgconfigdir = $(libdir)/pkgconfig
+pkgconfig_DATA = libipset.pc
+
sparse-check: $(libipset_la_SOURCES:.c=.d)
%.d: %.c