Commit e0eef69a authored by Alexandre Julliard's avatar Alexandre Julliard

programs: Don't install winetest.

parent 45396585
...@@ -69,7 +69,6 @@ INSTALLSUBDIRS = \ ...@@ -69,7 +69,6 @@ INSTALLSUBDIRS = \
winemenubuilder \ winemenubuilder \
winemine \ winemine \
winepath \ winepath \
winetest \
winevdm \ winevdm \
winhelp \ winhelp \
winver winver
......
...@@ -52,6 +52,7 @@ my %dont_install = ...@@ -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))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment