mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
c8f13dab6b
This will help projects like OpenChange that depend on this code, now that it has been split between two libraries. Andrew Bartlett
12 lines
283 B
PkgConfig
12 lines
283 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: dcerpc
|
|
Description: DCE/RPC client library
|
|
Requires: ndr
|
|
Version: @PACKAGE_VERSION@
|
|
Libs: @LIB_RPATH@ -L${libdir} -ldcerpc -ldcerpc-binding
|
|
Cflags: -I${includedir} -DHAVE_IMMEDIATE_STRUCTURES=1
|