summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2011-08-25 20:46:13 +1000
committerAndrew Bartlett <abartlet@samba.org>2011-08-26 14:06:07 +0200
commitc8f13dab6bb47d97b816026fd1d13b779a697f2c (patch)
tree11c8a0d658ad2822ee74e666bf5be3c2f19c5ef5
parentf81bb8df6747828f101a6a23ceb9bc31c267a4be (diff)
downloadsamba-c8f13dab6bb47d97b816026fd1d13b779a697f2c.tar.gz
samba-c8f13dab6bb47d97b816026fd1d13b779a697f2c.tar.bz2
samba-c8f13dab6bb47d97b816026fd1d13b779a697f2c.zip
build: Add dcerpc-binding to dcerpc.pc
This will help projects like OpenChange that depend on this code, now that it has been split between two libraries. Andrew Bartlett
-rw-r--r--source4/librpc/dcerpc.pc.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/librpc/dcerpc.pc.in b/source4/librpc/dcerpc.pc.in
index b79507ac0b..223502803b 100644
--- a/source4/librpc/dcerpc.pc.in
+++ b/source4/librpc/dcerpc.pc.in
@@ -7,5 +7,5 @@ Name: dcerpc
Description: DCE/RPC client library
Requires: ndr
Version: @PACKAGE_VERSION@
-Libs: @LIB_RPATH@ -L${libdir} -ldcerpc
+Libs: @LIB_RPATH@ -L${libdir} -ldcerpc -ldcerpc-binding
Cflags: -I${includedir} -DHAVE_IMMEDIATE_STRUCTURES=1