diff options
author | Jim McDonough <jmcd@samba.org> | 2002-08-07 12:17:35 +0000 |
---|---|---|
committer | Jim McDonough <jmcd@samba.org> | 2002-08-07 12:17:35 +0000 |
commit | 521eed1277956b0ebc47c3312edf57d386e026e6 (patch) | |
tree | e4b2afaf8c4250edc7bb5aa6fe58e647d73edbfa | |
parent | d5f2e33b34fe0e67153894b6bf582b7eaca40e7f (diff) | |
download | samba-521eed1277956b0ebc47c3312edf57d386e026e6.tar.gz samba-521eed1277956b0ebc47c3312edf57d386e026e6.tar.xz samba-521eed1277956b0ebc47c3312edf57d386e026e6.zip |
Hmm, had too many objects added last time in the nmbd changes. Don't
need all of them. Hopefully this will fix a few builds.
-rw-r--r-- | source/Makefile.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/source/Makefile.in b/source/Makefile.in index aeb4ac1ce38..a19369416a1 100644 --- a/source/Makefile.in +++ b/source/Makefile.in @@ -286,8 +286,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) \ - $(PROFILE_OBJ) $(LIB_OBJ) $(PASSDB_OBJ) $(SECRETS_OBJ) \ - $(GROUPDB_OBJ) + $(PROFILE_OBJ) $(LIB_OBJ) $(SECRETS_OBJ) WREPL_OBJ1 = wrepld/server.o wrepld/process.o wrepld/parser.o wrepld/socket.o \ wrepld/partners.o |