diff options
author | Andrew Tridgell <tridge@samba.org> | 1999-04-17 14:09:15 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 1999-04-17 14:09:15 +0000 |
commit | 12d55d208a04b6466035be425173f20c24be094a (patch) | |
tree | 06df350d9dfed288acbb40ca99377c9d39cb7c74 | |
parent | a116228d37fdd18979caec6765394e79be49fa99 (diff) | |
download | samba-12d55d208a04b6466035be425173f20c24be094a.tar.gz samba-12d55d208a04b6466035be425173f20c24be094a.tar.xz samba-12d55d208a04b6466035be425173f20c24be094a.zip |
fixed a typo
-rw-r--r-- | source/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/Makefile.in b/source/Makefile.in index 3dff0ccf953..12cf802e3cd 100644 --- a/source/Makefile.in +++ b/source/Makefile.in @@ -270,7 +270,7 @@ DEBUG2HTML_OBJ = utils/debug2html.o $(PARAM_OBJ) $(LIB_OBJ) SMBTORTURE_OBJ = utils/torture.o $(LIBSMB_OBJ) $(PARAM_OBJ) \ $(UBIQX_OBJ) $(LIB_OBJ) -SMBFILTER_OBJ = utils/filter.o $(LIBSMB_OBJ) $(PARAM_OBJ) \ +SMBFILTER_OBJ = utils/smbfilter.o $(LIBSMB_OBJ) $(PARAM_OBJ) \ $(UBIQX_OBJ) $(LIB_OBJ) RPCTORTURE_OBJ = utils/rpctorture.o \ |