From patchwork Fri May 10 20:25:17 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Eric Leblond X-Patchwork-Id: 243062 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 2CF422C00CE for ; Sat, 11 May 2013 06:25:39 +1000 (EST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754501Ab3EJUZh (ORCPT ); Fri, 10 May 2013 16:25:37 -0400 Received: from ks28632.kimsufi.com ([91.121.96.152]:55706 "EHLO ks28632.kimsufi.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754386Ab3EJUZh (ORCPT ); Fri, 10 May 2013 16:25:37 -0400 Received: from bayen.regit.org ([81.57.69.189] helo=ice-age.regit.org) by ks28632.kimsufi.com with esmtpsa (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.72) (envelope-from ) id 1Uatsi-0002Al-3K; Fri, 10 May 2013 22:25:33 +0200 From: Eric Leblond To: kadlec@blackhole.kfki.hu Cc: netfilter-devel@vger.kernel.org, Eric Leblond Subject: [PATCH] libipset.pc must be installed via 'make install' Date: Fri, 10 May 2013 22:25:17 +0200 Message-Id: <1368217517-19894-1-git-send-email-eric@regit.org> X-Mailer: git-send-email 1.7.10.4 X-Spam-Score: -2.9 (--) Sender: netfilter-devel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netfilter-devel@vger.kernel.org libipset.pc was not installed by classic 'make install'. This patch adds it to the list of installed files. Signed-off-by: Eric Leblond --- 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