diff options
author | Andrew Bartlett <abartlet@samba.org> | 2011-08-25 20:46:13 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2011-08-26 14:06:07 +0200 |
commit | c8f13dab6bb47d97b816026fd1d13b779a697f2c (patch) | |
tree | 11c8a0d658ad2822ee74e666bf5be3c2f19c5ef5 /source4/librpc | |
parent | f81bb8df6747828f101a6a23ceb9bc31c267a4be (diff) | |
download | samba-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
Diffstat (limited to 'source4/librpc')
-rw-r--r-- | source4/librpc/dcerpc.pc.in | 2 |
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 |