summaryrefslogtreecommitdiff
path: root/source4/dsdb/config.mk
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2008-08-20 13:22:16 +1000
committerAndrew Bartlett <abartlet@samba.org>2008-08-20 13:22:16 +1000
commit18e86ccf86946a7582a11485f9369bf59988c17b (patch)
treece382aecd1d685e1822a9114d60c366b25f68bda /source4/dsdb/config.mk
parent5d375297718d06f7c5544372001b8955b23d7ba2 (diff)
downloadsamba-18e86ccf86946a7582a11485f9369bf59988c17b.tar.gz
samba-18e86ccf86946a7582a11485f9369bf59988c17b.tar.bz2
samba-18e86ccf86946a7582a11485f9369bf59988c17b.zip
Split schema_init.c into smaller bits.
This should make schema manipulation a little easier to follow. Andrew Bartlett (This used to be commit 300ed83526e75d834bd23ddd1c1c26ebe2555e0f)
Diffstat (limited to 'source4/dsdb/config.mk')
-rw-r--r--source4/dsdb/config.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/dsdb/config.mk b/source4/dsdb/config.mk
index ae35078537..63e8a77ce4 100644
--- a/source4/dsdb/config.mk
+++ b/source4/dsdb/config.mk
@@ -34,6 +34,8 @@ PRIVATE_DEPENDENCIES = SAMDB_COMMON NDR_DRSUAPI NDR_DRSBLOBS
SAMDB_SCHEMA_OBJ_FILES = $(addprefix $(dsdbsrcdir)/schema/, \
schema_init.o \
+ schema_set.o \
+ schema_query.o \
schema_syntax.o \
schema_description.o)