summaryrefslogtreecommitdiff
path: root/source4/librpc
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2010-08-09 10:45:46 +1000
committerAndrew Tridgell <tridge@samba.org>2010-08-09 12:27:23 +1000
commit56db40d5fd7b60361664d964fb92f687ac2ca3ce (patch)
tree365b8decaa4a58f99a8fed554eb74a93ce1dd825 /source4/librpc
parentebd4ea733811a4e37bc7231bf2aa8fd5612ffb02 (diff)
downloadsamba-56db40d5fd7b60361664d964fb92f687ac2ca3ce.tar.gz
samba-56db40d5fd7b60361664d964fb92f687ac2ca3ce.tar.bz2
samba-56db40d5fd7b60361664d964fb92f687ac2ca3ce.zip
s4-build: use @PACKAGE_VERSION@ in s4 pc.in files
this gets replaced by vnum from the build rule
Diffstat (limited to 'source4/librpc')
-rw-r--r--source4/librpc/dcerpc.pc.in2
-rw-r--r--source4/librpc/dcerpc_atsvc.pc.in2
-rw-r--r--source4/librpc/dcerpc_samr.pc.in2
3 files changed, 3 insertions, 3 deletions
diff --git a/source4/librpc/dcerpc.pc.in b/source4/librpc/dcerpc.pc.in
index 3960f2a583..798b8df129 100644
--- a/source4/librpc/dcerpc.pc.in
+++ b/source4/librpc/dcerpc.pc.in
@@ -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
diff --git a/source4/librpc/dcerpc_atsvc.pc.in b/source4/librpc/dcerpc_atsvc.pc.in
index 060485c3fc..4dafbc9999 100644
--- a/source4/librpc/dcerpc_atsvc.pc.in
+++ b/source4/librpc/dcerpc_atsvc.pc.in
@@ -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
diff --git a/source4/librpc/dcerpc_samr.pc.in b/source4/librpc/dcerpc_samr.pc.in
index 903564dbfb..5b5a15764e 100644
--- a/source4/librpc/dcerpc_samr.pc.in
+++ b/source4/librpc/dcerpc_samr.pc.in
@@ -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