summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorChristopher R. Hertel <crh@samba.org>1998-07-31 20:16:35 +0000
committerChristopher R. Hertel <crh@samba.org>1998-07-31 20:16:35 +0000
commitebd415c03f7e76a024182748d2cafebbfd5238b1 (patch)
treedb956df7486412e92cafa9c3a18eb852ebc6c8f4 /source3/Makefile.in
parent3a1fdf05dde2fdd71976b77b85635e300bd436f7 (diff)
downloadsamba-ebd415c03f7e76a024182748d2cafebbfd5238b1.tar.gz
samba-ebd415c03f7e76a024182748d2cafebbfd5238b1.tar.bz2
samba-ebd415c03f7e76a024182748d2cafebbfd5238b1.zip
This is the checkin of the debug changes.
Makefile.in: I've added debug.o. proto.h : Rebuilt, as is standard for these sorts of things. smb.h : New macros, etc. util.c : Debug code removed. I'll check in debug.c in the next step. Chris -)----- (This used to be commit 653c17c1b8e34bfbd05ea35ada9436a50d5a7ba4)
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 e5a6bfc36a..e8b88b38a9 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -130,7 +130,7 @@ PASSDB_OBJ = passdb.o ldap.o smbpass.o nisppass.o smbpassfile.o
# general utility object files
UTILOBJ1 = util.o system.o charset.o kanji.o fault.o smbencrypt.o smbdes.o charcnv.o genrand.o
UTILOBJ2 = $(UTILOBJ1) md4.o loadparm.o params.o pcap.o username.o time.o membuffer.o namequery.o nmblib.o
-UTILOBJ3 = $(UTILOBJ2) signal.o netmask.o dfree.o
+UTILOBJ3 = $(UTILOBJ2) signal.o netmask.o dfree.o debug.o
UTILOBJ = $(UTILOBJ3) credentials.o interface.o replace.o print_svid.o smberr.o pidfile.o slprintf.o \
$(SSL_OBJ) $(UBIOBJ)