build: Add dcerpc-binding to dcerpc.pc
authorAndrew Bartlett <abartlet@samba.org>
Thu, 25 Aug 2011 10:46:13 +0000 (20:46 +1000)
committerAndrew Bartlett <abartlet@samba.org>
Fri, 26 Aug 2011 12:06:07 +0000 (14:06 +0200)
This will help projects like OpenChange that depend on
this code, now that it has been split between two libraries.

Andrew Bartlett

source4/librpc/dcerpc.pc.in

index b79507ac0b55de60e5db7b7b262a04e1701abb10..223502803b74b76773eecb2f8cb6106aa469a44e 100644 (file)
@@ -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