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@xxxxxxxxx> --- lib/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) 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 -- 1.7.10.4 -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html