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 | 388a408a73f9bf7bede7747745f92f5d8909f4fd (patch) | |
tree | 3ab51859211928c2c988986d4aa16eaec9cc68fa /source3 | |
parent | a32c9262894f73b91d10db30bb6e7085d6bacd87 (diff) | |
download | samba-388a408a73f9bf7bede7747745f92f5d8909f4fd.tar.gz samba-388a408a73f9bf7bede7747745f92f5d8909f4fd.tar.bz2 samba-388a408a73f9bf7bede7747745f92f5d8909f4fd.zip |
fixed a typo
(This used to be commit 12d55d208a04b6466035be425173f20c24be094a)
Diffstat (limited to 'source3')
-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 3dff0ccf95..12cf802e3c 100644 --- a/source3/Makefile.in +++ b/source3/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 \ |