summaryrefslogtreecommitdiffstats
path: root/source/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
commit653c17c1b8e34bfbd05ea35ada9436a50d5a7ba4 (patch)
treeaaf621c860a2073fe05351e282da1fa0316df1e0 /source/Makefile.in
parent4eb28f7148f61a215ca644cbe704a4e8dbd83a77 (diff)
downloadsamba-653c17c1b8e34bfbd05ea35ada9436a50d5a7ba4.tar.gz
samba-653c17c1b8e34bfbd05ea35ada9436a50d5a7ba4.tar.xz
samba-653c17c1b8e34bfbd05ea35ada9436a50d5a7ba4.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 -)-----
Diffstat (limited to 'source/Makefile.in')
-rw-r--r--source/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/Makefile.in b/source/Makefile.in
index e5a6bfc36ae..e8b88b38a90 100644
--- a/source/Makefile.in
+++ b/source/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)