summaryrefslogtreecommitdiffstats
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2011-05-02 11:38:41 +1000
committerAndrew Bartlett <abartlet@samba.org>2011-05-03 07:37:07 +0200
commit85fa87ea82a1dcbd4d0145e417d615ffca116751 (patch)
tree822e60f64f887b10b343b595117787b231c58343 /source3/Makefile.in
parent4c8de5ab135d7d8462e264f616225122945c7682 (diff)
downloadsamba-85fa87ea82a1dcbd4d0145e417d615ffca116751.tar.gz
samba-85fa87ea82a1dcbd4d0145e417d615ffca116751.tar.xz
samba-85fa87ea82a1dcbd4d0145e417d615ffca116751.zip
s3-ctdb Rename packet file and files to ctdb_packet
This avoids a conflicts with the Samba4 packet.c, as these is only used in CTDB Andrew Bartlett
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r--source3/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index 9746a215088..6893e01f2cf 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -438,7 +438,7 @@ CRYPTO_OBJ = ../lib/crypto/crc32.o ../lib/crypto/md5.o \
LIB_OBJ = $(LIBSAMBAUTIL_OBJ) $(UTIL_OBJ) $(CRYPTO_OBJ) \
lib/messages.o librpc/gen_ndr/ndr_messaging.o lib/messages_local.o \
- lib/messages_ctdbd.o lib/packet.o lib/ctdbd_conn.o \
+ lib/messages_ctdbd.o lib/ctdb_packet.o lib/ctdbd_conn.o \
lib/interfaces.o lib/memcache.o \
lib/talloc_dict.o \
lib/serverid.o \