mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
e5f2dfacae
The wscript_build files convey what header files belong to which logical package. For example, # lib/util/wscript_build: bld.SAMBA_LIBRARY('samba-util', public_headers='... data_blob.h ...' # auth/credentials/wscript_build: bld.SAMBA_LIBRARY('samba-credentials', public_headers='credentials.h', Now, credentials.h #includes <util/data_blob.h> and therefore, samba-credentials.pc must have a Requires: samba-util. Similarly for other parts. Signed-off-by: Jan Engelhardt <jengelh@inai.de> Reviewed-by: David Disseldorp <ddiss@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org>
12 lines
324 B
PkgConfig
12 lines
324 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: ndr-krb5pac
|
|
Description: NDR marshallers for the KRB5 PAC formats
|
|
Requires: ndr ndr_standard
|
|
Version: @PACKAGE_VERSION@
|
|
Libs: @LIB_RPATH@ -L${libdir} -lndr-krb5pac
|
|
Cflags: -I${includedir} -DHAVE_IMMEDIATE_STRUCTURES=1 -D_GNU_SOURCE=1
|