summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2007-12-15 22:23:38 +0100
committerStefan Metzmacher <metze@samba.org>2007-12-21 05:50:28 +0100
commitbe8a2ad3423d8579962d7af253a4c1bbfa66176b (patch)
tree32ad2bb42871c0f34df52cc2321e8e89a4c3fa32 /source4
parentb04bae87154494fd0001ddc8df41d9fa01ea1ce7 (diff)
downloadsamba-be8a2ad3423d8579962d7af253a4c1bbfa66176b.tar.gz
samba-be8a2ad3423d8579962d7af253a4c1bbfa66176b.tar.bz2
samba-be8a2ad3423d8579962d7af253a4c1bbfa66176b.zip
r26462: Tighten dependencies.
(This used to be commit 020f2f7426c2850fffc272f53065fa7305dd0313)
Diffstat (limited to 'source4')
-rw-r--r--source4/heimdal_build/config.mk2
-rw-r--r--source4/lib/ldb-samba/config.mk2
2 files changed, 2 insertions, 2 deletions
diff --git a/source4/heimdal_build/config.mk b/source4/heimdal_build/config.mk
index ce5fa6e98e..b534c9bc9f 100644
--- a/source4/heimdal_build/config.mk
+++ b/source4/heimdal_build/config.mk
@@ -429,7 +429,7 @@ PUBLIC_DEPENDENCIES = \
[SUBSYSTEM::HEIMDAL_GLUE]
CFLAGS = -Iheimdal_build -Iheimdal/lib/krb5 -Iheimdal/lib/asn1 -Iheimdal/lib/com_err
OBJ_FILES = glue.o
-PUBLIC_DEPENDENCIES = LIBNETIF
+PUBLIC_DEPENDENCIES = LIBNETIF LIBSAMBA-CONFIG
# End SUBSYSTEM HEIMDAL_GLUE
#######################
diff --git a/source4/lib/ldb-samba/config.mk b/source4/lib/ldb-samba/config.mk
index d29b3f319c..1ff46ffffc 100644
--- a/source4/lib/ldb-samba/config.mk
+++ b/source4/lib/ldb-samba/config.mk
@@ -3,7 +3,7 @@
[SUBSYSTEM::LDBSAMBA]
PUBLIC_DEPENDENCIES = LIBLDB
PRIVATE_PROTO_HEADER = ldif_handlers.h
-PRIVATE_DEPENDENCIES = LIBSECURITY SAMDB
+PRIVATE_DEPENDENCIES = LIBSECURITY SAMDB LIBNDR NDR_MISC
OBJ_FILES = \
ldif_handlers.o
# End SUBSYSTEM LDBSAMBA