summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>1998-12-09 06:35:37 +0000
committerAndrew Tridgell <tridge@samba.org>1998-12-09 06:35:37 +0000
commitcfba976fc234a4b9f1712d42dca405b25b314401 (patch)
tree7a0c385579632459d58a067a4538c4e574e230b7 /source3/Makefile.in
parent7135fb0a2c869169996206a9c1cf5ac1112b9f0a (diff)
downloadsamba-cfba976fc234a4b9f1712d42dca405b25b314401.tar.gz
samba-cfba976fc234a4b9f1712d42dca405b25b314401.tar.bz2
samba-cfba976fc234a4b9f1712d42dca405b25b314401.zip
removed the SID stuff from the head branch as well.
This allows the removal of PASSDB_OBJ, RPC_CLIENT_OBJ and RPC_PARSE_OBJ from nmbd in the head branch. so nmbd just went on a diet :) (This used to be commit be697c9ef00f1b6366228dcdd3983d68158dd94f)
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 88b0168cda..421084bff4 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -197,7 +197,7 @@ NMBD_OBJ1 = nmbd/asyncdns.o nmbd/nmbd.o nmbd/nmbd_become_dmb.o \
nmbd/nmbd_workgroupdb.o nmbd/nmbd_synclists.o
NMBD_OBJ = $(NMBD_OBJ1) $(PARAM_OBJ) $(LIBSMB_OBJ) $(UBIQX_OBJ) \
- $(PASSDB_OBJ) $(LIB_OBJ) $(RPC_CLIENT_OBJ) $(RPC_PARSE_OBJ)
+ $(LIB_OBJ)
SWAT_OBJ = web/cgi.o web/diagnose.o web/startstop.o web/statuspage.o \
web/swat.o $(LIBSMB_OBJ) $(LOCKING_OBJ) \