From 573b455de9a45990446af26eea01539a32fef209 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Thu, 22 Aug 2013 15:00:32 +0200 Subject: pkgconfig: Do not hardcode library version numbers in pc files. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit We control version numbers via 'vnum' from the wscript_build files for all other libraries. In case of libndr we already reported a wrong 0.0.1 version via pkgconfig while in fact the library is versioned as 0.0.2. Guenther Signed-off-by: Günther Deschner Reviewed-by: Kai Blin Autobuild-User(master): Kai Blin Autobuild-Date(master): Thu Aug 22 20:48:44 CEST 2013 on sn-devel-104 --- librpc/ndr_krb5pac.pc.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'librpc/ndr_krb5pac.pc.in') diff --git a/librpc/ndr_krb5pac.pc.in b/librpc/ndr_krb5pac.pc.in index 21ecb55db7..597bbd10ab 100644 --- a/librpc/ndr_krb5pac.pc.in +++ b/librpc/ndr_krb5pac.pc.in @@ -6,6 +6,6 @@ includedir=@includedir@ Name: ndr-krb5pac Description: NDR marshallers for the KRB5 PAC formats Requires: ndr -Version: 0.0.1 +Version: @PACKAGE_VERSION@ Libs: @LIB_RPATH@ -L${libdir} -lndr-krb5pac Cflags: -I${includedir} -DHAVE_IMMEDIATE_STRUCTURES=1 -D_GNU_SOURCE=1 -- cgit