s4-build: use @PACKAGE_VERSION@ in s4 pc.in files
authorAndrew Tridgell <tridge@samba.org>
Mon, 9 Aug 2010 00:45:46 +0000 (10:45 +1000)
committerAndrew Tridgell <tridge@samba.org>
Mon, 9 Aug 2010 02:27:23 +0000 (12:27 +1000)
this gets replaced by vnum from the build rule

source4/auth/gensec/gensec.pc.in
source4/lib/policy/policy.pc.in
source4/lib/registry/registry.pc.in
source4/librpc/dcerpc.pc.in
source4/librpc/dcerpc_atsvc.pc.in
source4/librpc/dcerpc_samr.pc.in
source4/param/samba-hostconfig.pc.in
source4/rpc_server/dcerpc_server.pc.in

index faf772ae738d7410138cd3c71024fb0df5f1d8ce..f50d2a8b222e89271c1b7ccd787423c54d4d0ca8 100644 (file)
@@ -6,6 +6,6 @@ modulesdir=${prefix}/modules/gensec
 
 Name: gensec
 Description: Generic Security Library
-Version: 0.0.1
+Version: @PACKAGE_VERSION@
 Libs: -L${libdir} -lgensec 
 Cflags: -I${includedir}  -DHAVE_IMMEDIATE_STRUCTURES=1
index 0ad849ab033b009c84eebf1d3f3464139fbd457d..4848cbc8f0df917ead9fcc5b1e634018c79c2928 100644 (file)
@@ -7,6 +7,6 @@ Name: policy
 Description: Active Directory Group Policy library
 Requires: talloc
 Requires.private: ldb
-Version: 0.0.1
+Version: @PACKAGE_VERSION@
 Libs: -L${libdir} -lpolicy
 Cflags: -I${includedir}  -DHAVE_IMMEDIATE_STRUCTURES=1
index d981a45b2c28d105281bbd7f37084e2c3abbe26a..386817d4aae2105c7749ad87741d29825a0fb321 100644 (file)
@@ -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
index 3960f2a583093564e4e2d15a7c3d9fbe318ff089..798b8df1299933d7560dd5cabaf5b4a1910eb270 100644 (file)
@@ -6,6 +6,6 @@ includedir=@includedir@
 Name: dcerpc
 Description: DCE/RPC client library
 Requires: ndr
-Version: 0.0.1
+Version: @PACKAGE_VERSION@
 Libs: -L${libdir} -ldcerpc 
 Cflags: -I${includedir} -DHAVE_IMMEDIATE_STRUCTURES=1
index 060485c3fcbfe1cab77af29e53027f5b480d6656..4dafbc9999cdfbbb56939d38fd86ed4353889e6b 100644 (file)
@@ -6,6 +6,6 @@ includedir=@includedir@
 Name: dcerpc_atsvc
 Description: DCE/RPC client library - ATSVC
 Requires.private: dcerpc ndr
-Version: 0.0.1
+Version: @PACKAGE_VERSION@
 Libs: -L${libdir} -ldcerpc_atsvc
 Cflags: -I${includedir}  -DHAVE_IMMEDIATE_STRUCTURES=1
index 903564dbfb889b166969461aeeb4971ba2c8e15f..5b5a15764e8e2e5707daf2661fd401deb7f0568e 100644 (file)
@@ -6,6 +6,6 @@ includedir=@includedir@
 Name: dcerpc_samr
 Description: DCE/RPC client library - SAMR
 Requires.private: dcerpc ndr
-Version: 0.0.1
+Version: @PACKAGE_VERSION@
 Libs: -L${libdir} -ldcerpc-samr 
 Cflags: -I${includedir}  -DHAVE_IMMEDIATE_STRUCTURES=1
index b8ba24096df51029f727dcc3cc6437c48efe35e1..7a6072c926641ae0fbd43906636a32df618b95ec 100644 (file)
@@ -5,6 +5,6 @@ includedir=@includedir@
 
 Name: samba-hostconfig
 Description: Host-wide Samba configuration
-Version: 0.0.1
+Version: @PACKAGE_VERSION@
 Libs: -L${libdir} -lsamba-hostconfig 
 Cflags: -I${includedir}  -DHAVE_IMMEDIATE_STRUCTURES=1
index 525f1bfd1ee569240930d0cbc2b4dab9d212e3c6..17c8864771beeaafc2e7aae242ea9af9d21abdfa 100644 (file)
@@ -6,6 +6,6 @@ includedir=@includedir@
 Name: dcerpc_server
 Description: DCE/RPC server library
 Requires: dcerpc
-Version: 0.0.1
+Version: @PACKAGE_VERSION@
 Libs: -L${libdir} -ldcerpc
 Cflags: -I${includedir} -DHAVE_IMMEDIATE_STRUCTURES=1