From 377156cd758593eb8158a1bd075b92b34fc13299 Mon Sep 17 00:00:00 2001 From: "Christopher R. Hertel" Date: Wed, 28 Oct 1998 20:35:27 +0000 Subject: This should have gone with the last batch. Again, to compile debug2html, you need to do a 'make debug2html'. Chris -)----- (This used to be commit bd0c5ee8e796bc624bf51fbca1c894ca6190b4ea) --- source3/Makefile.in | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'source3/Makefile.in') diff --git a/source3/Makefile.in b/source3/Makefile.in index 8e8a76231a..dffcb4cf7c 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -84,8 +84,7 @@ SCRIPTS = script/smbtar script/addtosmbpass # object file lists ###################################################################### -LIB_OBJ = lib/charcnv.o lib/charset.o \ - lib/debugparse.o lib/debug.o lib/fault.o \ +LIB_OBJ = lib/charcnv.o lib/charset.o lib/debug.o lib/fault.o \ lib/getsmbpass.o lib/interface.o lib/kanji.o lib/md4.o \ lib/membuffer.o lib/netmask.o lib/pidfile.o lib/replace.o \ lib/signal.o lib/slprintf.o lib/system.o lib/time.o lib/ufc.o \ @@ -93,7 +92,7 @@ LIB_OBJ = lib/charcnv.o lib/charset.o \ lib/bitmap.o lib/crc32.o lib/snprintf.o UBIQX_OBJ = ubiqx/ubi_BinTree.o ubiqx/ubi_Cache.o ubiqx/ubi_SplayTree.o \ - ubiqx/ubi_dLinkList.o ubiqx/ubi_sLinkList.o + ubiqx/ubi_dLinkList.o ubiqx/ubi_sLinkList.o ubiqx/debugparse.o PARAM_OBJ = param/loadparm.o param/params.o @@ -232,7 +231,7 @@ RPCTORTURE_OBJ = utils/rpctorture.o \ $(PARAM_OBJ) $(LIBSMB_OBJ) $(UBIQX_OBJ) $(LIB_OBJ) \ $(RPC_CLIENT_OBJ) $(RPC_PARSE_OBJ) $(PASSDB_OBJ) -DEBUG2HTML_OBJ = utils/debug2html.o lib/debugparse.o +DEBUG2HTML_OBJ = utils/debug2html.o ubiqx/debugparse.o PROTO_OBJ = $(SMBD_OBJ) $(NMBD_OBJ) $(SWAT_OBJ) $(CLIENT_OBJ) \ $(RPCCLIENT_OBJ) $(SMBWRAPPER_OBJ) -- cgit