diff options
author | Andrew Tridgell <tridge@samba.org> | 2010-01-06 16:47:36 +1100 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2010-01-08 13:03:01 +1100 |
commit | 7a40cacbde0dc707ac2d354bfb335312f420da4b (patch) | |
tree | d1e6e79c9c1d3158669c4eabfc9cbeca1466327d /source4/dsdb/samdb/ldb_modules/config.mk | |
parent | dc11414f987aa99f286acb1d1ece625d290831f3 (diff) | |
download | samba-7a40cacbde0dc707ac2d354bfb335312f420da4b.tar.gz samba-7a40cacbde0dc707ac2d354bfb335312f420da4b.tar.bz2 samba-7a40cacbde0dc707ac2d354bfb335312f420da4b.zip |
s4-dsdb: the dsdb ldb modules now need messagiing
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'source4/dsdb/samdb/ldb_modules/config.mk')
-rw-r--r-- | source4/dsdb/samdb/ldb_modules/config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/dsdb/samdb/ldb_modules/config.mk b/source4/dsdb/samdb/ldb_modules/config.mk index 38ea1483e9..7dfe58451f 100644 --- a/source4/dsdb/samdb/ldb_modules/config.mk +++ b/source4/dsdb/samdb/ldb_modules/config.mk @@ -1,7 +1,7 @@ ################################################ # Start SUBSYSTEM DSDB_MODULE_HELPERS [SUBSYSTEM::DSDB_MODULE_HELPERS] -PRIVATE_DEPENDENCIES = LIBLDB LIBNDR SAMDB_SCHEMA +PRIVATE_DEPENDENCIES = LIBLDB LIBNDR SAMDB_SCHEMA MESSAGING DSDB_MODULE_HELPERS_OBJ_FILES = \ $(dsdbsrcdir)/samdb/ldb_modules/util.o \ |