merged from samba4
authorAndrew Tridgell <tridge@samba.org>
Mon, 16 Apr 2007 04:13:10 +0000 (14:13 +1000)
committerAndrew Tridgell <tridge@samba.org>
Mon, 16 Apr 2007 04:13:10 +0000 (14:13 +1000)
config.mk [new file with mode: 0644]

diff --git a/config.mk b/config.mk
new file mode 100644 (file)
index 0000000..0e0629b
--- /dev/null
+++ b/config.mk
@@ -0,0 +1,29 @@
+##################
+[SUBSYSTEM::brlock_ctdb]
+OBJ_FILES = brlock_ctdb.o
+
+##################
+[SUBSYSTEM::opendb_ctdb]
+OBJ_FILES = opendb_ctdb.o
+
+##################
+[SUBSYSTEM::ctdb_tcp]
+OBJ_FILES = \
+               tcp/tcp_init.o \
+               tcp/tcp_io.o \
+               tcp/tcp_connect.o
+
+##################
+[SUBSYSTEM::ctdb]
+OBJ_FILES = \
+               ctdb_cluster.o \
+               common/ctdb.o \
+               common/ctdb_call.o \
+               common/ctdb_message.o \
+               common/ctdb_ltdb.o \
+               common/ctdb_util.o \
+               common/ctdb_io.o \
+               common/ctdb_client.o \
+               common/ctdb_daemon.o
+PUBLIC_DEPENDENCIES = LIBTDB LIBTALLOC
+PRIVATE_DEPENDENCIES = ctdb_tcp