diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-03-04 01:37:18 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-03-04 01:37:18 +0100 |
commit | a69acf7cb96bf41bafce303a2cf21c31f1366328 (patch) | |
tree | 12381b4493714bf7a369e8695baa71b62fa665a2 /source4/cluster/ctdb | |
parent | e018501ca8e3e12e52557eafa66d104fe65088ae (diff) | |
download | samba-a69acf7cb96bf41bafce303a2cf21c31f1366328.tar.gz samba-a69acf7cb96bf41bafce303a2cf21c31f1366328.tar.bz2 samba-a69acf7cb96bf41bafce303a2cf21c31f1366328.zip |
Deal with subsystems with no settings, several other minor fixes.
(This used to be commit 10cf48591e8d6bfb750a6ff187f04ea24a1f8cd7)
Diffstat (limited to 'source4/cluster/ctdb')
-rw-r--r-- | source4/cluster/ctdb/config.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/cluster/ctdb/config.mk b/source4/cluster/ctdb/config.mk index 2ec8187ea3..01c639d142 100644 --- a/source4/cluster/ctdb/config.mk +++ b/source4/cluster/ctdb/config.mk @@ -2,13 +2,13 @@ [SUBSYSTEM::brlock_ctdb] PUBLIC_DEPENDENCIES = ctdb -brlock_ctdb_OBJ_FILES = brlock_ctdb.o +brlock_ctdb_OBJ_FILES = cluster/ctdb/brlock_ctdb.o ################## [SUBSYSTEM::opendb_ctdb] PUBLIC_DEPENDENCIES = ctdb -opendb_ctdb_OBJ_FILES = opendb_ctdb.o +opendb_ctdb_OBJ_FILES = cluster/ctdb/opendb_ctdb.o ################## [SUBSYSTEM::ctdb] |