summaryrefslogtreecommitdiffstats
path: root/source
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2000-02-10 13:45:52 +0000
committerAndrew Tridgell <tridge@samba.org>2000-02-10 13:45:52 +0000
commit6c09c0fd9e00036f6da9d29801e885ed3b559c42 (patch)
tree55dc854db55f540006324f7c000cfd8bab923be0 /source
parentef256de9d9a204cf91fe8b636d07400cd0648d1e (diff)
downloadsamba-6c09c0fd9e00036f6da9d29801e885ed3b559c42.tar.gz
samba-6c09c0fd9e00036f6da9d29801e885ed3b559c42.tar.xz
samba-6c09c0fd9e00036f6da9d29801e885ed3b559c42.zip
damn, masktest now needs the mangle code from smbd
not very clean
Diffstat (limited to 'source')
-rw-r--r--source/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/Makefile.in b/source/Makefile.in
index 5ce92eb61fa..584fec0b612 100644
--- a/source/Makefile.in
+++ b/source/Makefile.in
@@ -249,7 +249,7 @@ NMBLOOKUP_OBJ = utils/nmblookup.o $(PARAM_OBJ) $(UBIQX_OBJ) \
SMBTORTURE_OBJ = utils/torture.o utils/nbio.o $(LIBSMB_OBJ) $(PARAM_OBJ) \
$(UBIQX_OBJ) $(LIB_OBJ)
-MASKTEST_OBJ = utils/masktest.o $(LIBSMB_OBJ) $(PARAM_OBJ) \
+MASKTEST_OBJ = utils/masktest.o smbd/mangle.o $(LIBSMB_OBJ) $(PARAM_OBJ) \
$(UBIQX_OBJ) $(LIB_OBJ)
RPCTORTURE_OBJ = utils/rpctorture.o \