diff mbox

libipset.pc must be installed via 'make install'

Message ID 1368217517-19894-1-git-send-email-eric@regit.org
State Accepted
Headers show

Commit Message

Eric Leblond May 10, 2013, 8:25 p.m. UTC
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>
---
 lib/Makefile.am |    3 +++
 1 file changed, 3 insertions(+)

Comments

Jozsef Kadlecsik May 11, 2013, 9 p.m. UTC | #1
On Fri, 10 May 2013, Eric Leblond wrote:

> libipset.pc was not installed by classic 'make install'. This
> patch adds it to the list of installed files.

Thank you Eric, I have applied your patch.

Best regards,
Jozsef 

> Signed-off-by: Eric Leblond <eric@regit.org>
> ---
>  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
> 

-
E-mail  : kadlec@blackhole.kfki.hu, kadlecsik.jozsef@wigner.mta.hu
PGP key : http://www.kfki.hu/~kadlec/pgp_public_key.txt
Address : Wigner Research Centre for Physics, Hungarian Academy of Sciences
          H-1525 Budapest 114, POB. 49, Hungary
--
To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

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