diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2007-12-15 22:23:36 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2007-12-21 05:50:27 +0100 |
commit | b04bae87154494fd0001ddc8df41d9fa01ea1ce7 (patch) | |
tree | 661b5fdec940192b4d974c505abf1826e9d5a30e /source4 | |
parent | a21a484a0153a339d275751cd077557d7cbf5208 (diff) | |
download | samba-b04bae87154494fd0001ddc8df41d9fa01ea1ce7.tar.gz samba-b04bae87154494fd0001ddc8df41d9fa01ea1ce7.tar.bz2 samba-b04bae87154494fd0001ddc8df41d9fa01ea1ce7.zip |
r26461: Tighten dependencies.
(This used to be commit a07050be33d9c8e8033063b393162884075fa2af)
Diffstat (limited to 'source4')
-rw-r--r-- | source4/libcli/auth/config.mk | 3 | ||||
-rw-r--r-- | source4/param/config.mk | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/source4/libcli/auth/config.mk b/source4/libcli/auth/config.mk index 5a0b7e14dc..6cea0a08f0 100644 --- a/source4/libcli/auth/config.mk +++ b/source4/libcli/auth/config.mk @@ -8,6 +8,7 @@ OBJ_FILES = credentials.o \ smbencrypt.o \ smbdes.o PUBLIC_DEPENDENCIES = \ - SCHANNELDB MSRPC_PARSE + MSRPC_PARSE \ + LIBSAMBA-CONFIG # End SUBSYSTEM LIBCLI_AUTH ################################# diff --git a/source4/param/config.mk b/source4/param/config.mk index a17b996fdc..d338b2f513 100644 --- a/source4/param/config.mk +++ b/source4/param/config.mk @@ -47,7 +47,7 @@ PRIVATE_DEPENDENCIES = LIBLDB [SUBSYSTEM::SECRETS] OBJ_FILES = secrets.o -PRIVATE_DEPENDENCIES = LIBLDB TDB_WRAP UTIL_TDB +PRIVATE_DEPENDENCIES = LIBLDB TDB_WRAP UTIL_TDB NDR_SECURITY [PYTHON::param] SWIG_FILE = param.i |