s4:dsdb Add new dsdb_dn to handle DN+Binary and DN+String
[kai/samba.git] / source4 / dsdb / config.mk
index 59daa745e9727fea8c853666a18dac1be89225cc..ac4096d5263712031212b50503109f6c279db7f4 100644 (file)
@@ -25,7 +25,8 @@ $(eval $(call proto_header_template,$(dsdbsrcdir)/samdb/samdb_proto.h,$(SAMDB_OB
 PRIVATE_DEPENDENCIES = LIBLDB
 
 SAMDB_COMMON_OBJ_FILES = $(addprefix $(dsdbsrcdir)/common/, \
-               util.o) \
+               util.o \
+               dsdb_dn.o) \
                ../libds/common/flag_mapping.o
 $(eval $(call proto_header_template,$(dsdbsrcdir)/common/proto.h,$(SAMDB_COMMON_OBJ_FILES:.o=.c)))