diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-05-21 12:38:47 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-05-21 12:38:47 +0200 |
commit | af61219f365ae94f3c797b7450d0ea0e00ad0b11 (patch) | |
tree | 802815e141213b7a9fda7f5a3ee797b9d66a3c7b | |
parent | d17b9c4509f8430d01dea924e625ef9d2fdaad90 (diff) | |
download | samba-af61219f365ae94f3c797b7450d0ea0e00ad0b11.tar.gz samba-af61219f365ae94f3c797b7450d0ea0e00ad0b11.tar.bz2 samba-af61219f365ae94f3c797b7450d0ea0e00ad0b11.zip |
Fix dependencies for ldb instancetype module.
(This used to be commit 17c41a6c3e71102e3516e6926f7e7d1ab5c97563)
-rw-r--r-- | source4/dsdb/samdb/ldb_modules/config.mk | 2 | ||||
-rw-r--r-- | source4/param/config.mk | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/source4/dsdb/samdb/ldb_modules/config.mk b/source4/dsdb/samdb/ldb_modules/config.mk index a5f5bc4895..eae190a85f 100644 --- a/source4/dsdb/samdb/ldb_modules/config.mk +++ b/source4/dsdb/samdb/ldb_modules/config.mk @@ -336,7 +336,7 @@ ldb_normalise_OBJ_FILES = dsdb/samdb/ldb_modules/normalise.o INIT_FUNCTION = LDB_MODULE(instancetype) CFLAGS = -Ilib/ldb/include OUTPUT_TYPE = SHARED_LIBRARY -PRIVATE_DEPENDENCIES = LIBTALLOC +PRIVATE_DEPENDENCIES = LIBTALLOC LIBSAMBA-UTIL SAMDB SUBSYSTEM = LIBLDB # End MODULE ldb_instancetype ################################################ diff --git a/source4/param/config.mk b/source4/param/config.mk index cf92089d5c..a25dd32194 100644 --- a/source4/param/config.mk +++ b/source4/param/config.mk @@ -57,7 +57,7 @@ PRIVATE_DEPENDENCIES = LIBLDB TDB_WRAP UTIL_TDB NDR_SECURITY SECRETS_OBJ_FILES = $(paramsrcdir)/secrets.o -[PYTHON::samba.param] +[PYTHON::param] SWIG_FILE = param.i PRIVATE_DEPENDENCIES = LIBSAMBA-HOSTCONFIG |