summaryrefslogtreecommitdiff
path: root/auth/credentials
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 /auth/credentials
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 'auth/credentials')
-rw-r--r--auth/credentials/samba-credentials.pc.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/auth/credentials/samba-credentials.pc.in b/auth/credentials/samba-credentials.pc.in
index 9a0db509ee9..d25bf5e2b77 100644
--- a/auth/credentials/samba-credentials.pc.in
+++ b/auth/credentials/samba-credentials.pc.in
@@ -6,6 +6,7 @@ modulesdir=${prefix}/modules/gensec
Name: samba-credentials
Description: Credentials management
+Requires: samba-util ndr
Version: @PACKAGE_VERSION@
Libs: @LIB_RPATH@ -L${libdir} -lsamba-credentials
Cflags: -I${includedir} -DHAVE_IMMEDIATE_STRUCTURES=1