summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>1998-08-30 15:58:17 +0000
committerAndrew Tridgell <tridge@samba.org>1998-08-30 15:58:17 +0000
commit998db177ba25d0fb1fc12b1528025bf975b7c6ad (patch)
tree204e34c03134b2fec4cba2815a26050537cf714c /source3/Makefile.in
parentb29514427364105ba6286ad688d61444eafb22ea (diff)
downloadsamba-998db177ba25d0fb1fc12b1528025bf975b7c6ad.tar.gz
samba-998db177ba25d0fb1fc12b1528025bf975b7c6ad.tar.bz2
samba-998db177ba25d0fb1fc12b1528025bf975b7c6ad.zip
finished the asynchronous browse synchronisation code. It even seems
to work (not a lot of testing yet though). Now we just need to deal with people worried about having more than two nmbd processes sometimes. (the async processes are created on demand for browse sync, so you'll only see more than 2 occasionally) (This used to be commit a350a54680e4170e2adf571b010ea508e7291780)
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 cee3baef7a..1bf3c2bbdc 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -147,7 +147,7 @@ NMBD_OBJ1 = nmbd/asyncdns.o nmbd/nmbd.o nmbd/nmbd_become_dmb.o \
nmbd/nmbd_processlogon.o nmbd/nmbd_responserecordsdb.o \
nmbd/nmbd_sendannounce.o nmbd/nmbd_serverlistdb.o \
nmbd/nmbd_subnetdb.o nmbd/nmbd_winsproxy.o nmbd/nmbd_winsserver.o \
- nmbd/nmbd_workgroupdb.o
+ nmbd/nmbd_workgroupdb.o nmbd/nmbd_synclists.o
NMBD_OBJ = $(NMBD_OBJ1) $(PARAM_OBJ) $(LIBSMB_OBJ) $(UBIQX_OBJ) \
$(PASSDB_OBJ) $(LIB_OBJ)