From 9963db132b8a36dbe90af13c2d26d65177d7ee8f Mon Sep 17 00:00:00 2001 From: Eric Leblond Date: Fri, 10 May 2013 22:25:17 +0200 Subject: 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 Signed-off-by: Jozsef Kadlecsik --- lib/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib/Makefile.am') 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 -- cgit v1.2.3