diff options
author | Andrew Bartlett <abartlet@samba.org> | 2011-05-02 11:38:41 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2011-05-03 07:37:07 +0200 |
commit | 85fa87ea82a1dcbd4d0145e417d615ffca116751 (patch) | |
tree | 822e60f64f887b10b343b595117787b231c58343 /source3/wscript_build | |
parent | 4c8de5ab135d7d8462e264f616225122945c7682 (diff) | |
download | samba-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/wscript_build')
-rwxr-xr-x | source3/wscript_build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/wscript_build b/source3/wscript_build index 0a12bfc5d4..83cc39ebe7 100755 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -59,7 +59,7 @@ REG_PARSE_PRS_SRC = '''registry/reg_parse_prs.c''' LIB_SRC = ''' lib/messages.c lib/messages_local.c - lib/messages_ctdbd.c lib/packet.c lib/ctdbd_conn.c + lib/messages_ctdbd.c lib/ctdb_packet.c lib/ctdbd_conn.c lib/interfaces.c lib/memcache.c lib/talloc_dict.c lib/util_sconn.c |