From 56db40d5fd7b60361664d964fb92f687ac2ca3ce Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Mon, 9 Aug 2010 10:45:46 +1000 Subject: s4-build: use @PACKAGE_VERSION@ in s4 pc.in files this gets replaced by vnum from the build rule --- source4/lib/registry/registry.pc.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/lib/registry') diff --git a/source4/lib/registry/registry.pc.in b/source4/lib/registry/registry.pc.in index d981a45b2c..386817d4aa 100644 --- a/source4/lib/registry/registry.pc.in +++ b/source4/lib/registry/registry.pc.in @@ -7,6 +7,6 @@ Name: registry Description: Windows-style registry library Requires: talloc Requires.private: ldb -Version: 0.0.1 +Version: @PACKAGE_VERSION@ Libs: -L${libdir} -lregistry Cflags: -I${includedir} -DHAVE_IMMEDIATE_STRUCTURES=1 -- cgit