mirror of
https://github.com/samba-team/samba.git
synced 2024-12-24 21:34:56 +03:00
3fb0fa97b3
(This used to be ctdb commit 23d892c2696c5c1dd9f12f1ccd1acfa264be4fb6)
31 lines
604 B
Makefile
31 lines
604 B
Makefile
##################
|
|
[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 \
|
|
common/ctdb_lockwait.o
|
|
PUBLIC_DEPENDENCIES = LIBTDB LIBTALLOC
|
|
PRIVATE_DEPENDENCIES = ctdb_tcp
|