diff options
author | Andrew Tridgell <tridge@samba.org> | 2000-02-10 13:45:52 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2000-02-10 13:45:52 +0000 |
commit | 89c3cf8ab673e0f0d4a0041e7fda061dfb1063e9 (patch) | |
tree | f78c274c98d189ed3204a5cda499eed1fa2e7fbf | |
parent | dacbb15e9f36993397daf7bdffca4a714f28163d (diff) | |
download | samba-89c3cf8ab673e0f0d4a0041e7fda061dfb1063e9.tar.gz samba-89c3cf8ab673e0f0d4a0041e7fda061dfb1063e9.tar.bz2 samba-89c3cf8ab673e0f0d4a0041e7fda061dfb1063e9.zip |
damn, masktest now needs the mangle code from smbd
not very clean
(This used to be commit 6c09c0fd9e00036f6da9d29801e885ed3b559c42)
-rw-r--r-- | source3/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in index 5ce92eb61f..584fec0b61 100644 --- a/source3/Makefile.in +++ b/source3/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 \ |