programs: Don't install winetest.

oldstable
Alexandre Julliard 2006-02-09 17:45:35 +01:00
parent 4539658531
commit e0eef69a21
2 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,6 @@ INSTALLSUBDIRS = \
winemenubuilder \ winemenubuilder \
winemine \ winemine \
winepath \ winepath \
winetest \
winevdm \ winevdm \
winhelp \ winhelp \
winver winver

View File

@ -52,6 +52,7 @@ my %dont_install =
( (
"cmdlgtst" => 1, "cmdlgtst" => 1,
"view" => 1, "view" => 1,
"winetest" => 1,
); );
foreach my $i (split(/\s/,$makefiles)) foreach my $i (split(/\s/,$makefiles))