mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
f97f2946d2
(This used to be ctdb commit c591f9b2d2847f440702e7264c7da2fd6d69f4be)
19 lines
367 B
Makefile
19 lines
367 B
Makefile
##################
|
|
[SUBSYSTEM::brlock_ctdb]
|
|
OBJ_FILES = brlock_ctdb.o
|
|
|
|
##################
|
|
[SUBSYSTEM::opendb_ctdb]
|
|
OBJ_FILES = opendb_ctdb.o
|
|
|
|
##################
|
|
[SUBSYSTEM::ctdb]
|
|
OBJ_FILES = \
|
|
ctdb_cluster.o \
|
|
client/ctdb_client.o \
|
|
common/ctdb_io.o \
|
|
common/ctdb_ltdb.o \
|
|
common/ctdb_message.o \
|
|
common/ctdb_util.o
|
|
PUBLIC_DEPENDENCIES = LIBTDB LIBTALLOC
|