diff options
author | Christopher R. Hertel <crh@samba.org> | 1998-10-28 20:35:27 +0000 |
---|---|---|
committer | Christopher R. Hertel <crh@samba.org> | 1998-10-28 20:35:27 +0000 |
commit | 377156cd758593eb8158a1bd075b92b34fc13299 (patch) | |
tree | e271854a67d52f61a95b8eaa3c411e72f9bf4f28 | |
parent | f97ceef7ec64842fe7cf240cd787d67e388ab3c7 (diff) | |
download | samba-377156cd758593eb8158a1bd075b92b34fc13299.tar.gz samba-377156cd758593eb8158a1bd075b92b34fc13299.tar.bz2 samba-377156cd758593eb8158a1bd075b92b34fc13299.zip |
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)
-rw-r--r-- | source3/Makefile.in | 7 |
1 files changed, 3 insertions, 4 deletions
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) |