summaryrefslogtreecommitdiff
path: root/librpc/ndr_krb5pac.pc.in
diff options
context:
space:
mode:
authorJan Engelhardt <jengelh@inai.de>2013-09-05 20:57:12 +0200
committerAndreas Schneider <asn@cryptomilk.org>2017-04-18 18:54:13 +0200
commite5f2dfacae9312165291ce0cef62dee094a164d1 (patch)
treec489c5d42ce0f280587def5b847b8d972ccbac5d /librpc/ndr_krb5pac.pc.in
parent76b351e907f67cc7d4af4e7d800c7a3aa1269ee8 (diff)
downloadsamba-e5f2dfacae9312165291ce0cef62dee094a164d1.tar.gz
build: correct package dependencies
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>
Diffstat (limited to 'librpc/ndr_krb5pac.pc.in')
-rw-r--r--librpc/ndr_krb5pac.pc.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/librpc/ndr_krb5pac.pc.in b/librpc/ndr_krb5pac.pc.in
index 597bbd10ab9..581b7e5ac14 100644
--- a/librpc/ndr_krb5pac.pc.in
+++ b/librpc/ndr_krb5pac.pc.in
@@ -5,7 +5,7 @@ includedir=@includedir@
Name: ndr-krb5pac
Description: NDR marshallers for the KRB5 PAC formats
-Requires: ndr
+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