diff options
author | Günther Deschner <gd@samba.org> | 2008-06-13 11:57:09 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-06-13 12:23:50 +0200 |
commit | 61b68fc43cda3fbee8b0c4fa8fbc9bd56fb98924 (patch) | |
tree | 02abf50d2f5151d159673d82fe0b34931ae22842 /source3/Makefile.in | |
parent | 8f1f62af28c1e6a8b9617216f97d231ee6de85e5 (diff) | |
download | samba-61b68fc43cda3fbee8b0c4fa8fbc9bd56fb98924.tar.gz samba-61b68fc43cda3fbee8b0c4fa8fbc9bd56fb98924.tar.xz samba-61b68fc43cda3fbee8b0c4fa8fbc9bd56fb98924.zip |
samsync: add samsync_fix_delta_array()
This code is vastly based on samba4 code.
Guenther
(cherry picked from commit 5b68be96996a710988b1fd1c176cd5dff0f2c6af)
(This used to be commit 2c53d87de4ecc5ac9c43bc7488a03bceecf35140)
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r-- | source3/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in index 917b0bfe36e..3eb11421d0a 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -892,6 +892,7 @@ SMBCONFTORT_OBJ = $(SMBCONFTORT_OBJ0) \ $(POPT_LIB_OBJ) LIBNET_OBJ = libnet/libnet_join.o \ + libnet/libnet_samsync.o \ librpc/gen_ndr/ndr_libnet_join.o NET_OBJ1 = utils/net.o utils/net_ads.o utils/net_help.o \ |