]> granicus.if.org Git - ipset/commitdiff
libipset.pc must be installed via 'make install'
authorEric Leblond <eric@regit.org>
Fri, 10 May 2013 20:25:17 +0000 (22:25 +0200)
committerJozsef Kadlecsik <kadlec@blackhole.kfki.hu>
Sat, 11 May 2013 20:59:00 +0000 (22:59 +0200)
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>
lib/Makefile.am

index 2d22affd5a076bd758dd3cfc8c61438912905f70..ccc02aa3ba3403b19b72a96db607c6d37836e367 100644 (file)
@@ -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