mirror of https://gitee.com/openkylin/samba.git
12 lines
331 B
PkgConfig
12 lines
331 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: ndr-standard
|
|
Description: NDR marshallers for the standard set of DCE/RPC interfaces
|
|
Requires: ndr
|
|
Version: @PACKAGE_VERSION@
|
|
Libs: @LIB_RPATH@ -L${libdir} -lndr-standard
|
|
Cflags: -I${includedir} -DHAVE_IMMEDIATE_STRUCTURES=1 -D_GNU_SOURCE=1
|