added tsfilter to EXE_FILES

This commit is contained in:
hjp 2010-04-02 07:55:57 +00:00
parent 93e02ac444
commit 67a3bb656e
1 changed files with 1 additions and 1 deletions

View File

@ -9,5 +9,5 @@ WriteMakefile(
'Time::Local' => 0, 'Time::Local' => 0,
'Data::Dumper' => 0, 'Data::Dumper' => 0,
}, },
'EXE_FILES' => [ 'tsplot', 'tsplotv', 'top_n' ], 'EXE_FILES' => [ 'tsplot', 'tsplotv', 'top_n', 'tsfilter' ],
); );