summaryrefslogtreecommitdiff
path: root/source4/dsdb/config.mk
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2009-04-08 23:18:49 +1000
committerAndrew Bartlett <abartlet@samba.org>2009-04-08 23:18:49 +1000
commitdb29383797e10496dab16fc4729272dcfe090858 (patch)
tree7e388e2feaaf0052956ce5a27c66610a84d841a0 /source4/dsdb/config.mk
parent54f7523db1848d75f61a8f02968de30bd6c49804 (diff)
downloadsamba-db29383797e10496dab16fc4729272dcfe090858.tar.gz
samba-db29383797e10496dab16fc4729272dcfe090858.tar.bz2
samba-db29383797e10496dab16fc4729272dcfe090858.zip
Make the schema_inferiors generation code to compile
Sadly it still segfaults at this stage Andrew Bartlett
Diffstat (limited to 'source4/dsdb/config.mk')
-rw-r--r--source4/dsdb/config.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/source4/dsdb/config.mk b/source4/dsdb/config.mk
index 6db2890738..8d1647953f 100644
--- a/source4/dsdb/config.mk
+++ b/source4/dsdb/config.mk
@@ -38,7 +38,8 @@ SAMDB_SCHEMA_OBJ_FILES = $(addprefix $(dsdbsrcdir)/schema/, \
schema_query.o \
schema_syntax.o \
schema_description.o \
- schema_convert_to_ol.o)
+ schema_convert_to_ol.o \
+ schema_inferiors.o)
$(eval $(call proto_header_template,$(dsdbsrcdir)/schema/proto.h,$(SAMDB_SCHEMA_OBJ_FILES:.o=.c)))
# PUBLIC_HEADERS += dsdb/schema/schema.h