r4097: add missing file from last commit
authorStefan Metzmacher <metze@samba.org>
Wed, 8 Dec 2004 10:13:45 +0000 (10:13 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:06:26 +0000 (13:06 -0500)
sorry!:-)

metze
(This used to be commit c2495d60a11febb2715d0dbf3f6598d8edccfb11)

source4/dsdb/config.mk [new file with mode: 0644]

diff --git a/source4/dsdb/config.mk b/source4/dsdb/config.mk
new file mode 100644 (file)
index 0000000..0cb0698
--- /dev/null
@@ -0,0 +1,15 @@
+# Directory Service subsystem
+
+################################################
+# Start SUBSYSTEM SAMDB
+[SUBSYSTEM::SAMDB]
+INIT_OBJ_FILES = \
+               dsdb/samdb/samdb.o
+ADD_OBJ_FILES = \
+               dsdb/common/flag_mapping.o
+REQUIRED_SUBSYSTEMS = \
+               DCERPC_COMMON \
+               LIBLDB
+#
+# End SUBSYSTEM SAMDB
+################################################