Commit bff8cd1b authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

dlls/__install-lib__ and programs/__install__ should not force the

installation of the Wine headers as this is contrary to the purpose of install-lib.
parent 95288f91
......@@ -114,11 +114,11 @@ programs: dlls include libs tools
include: libs tools
tools: libs
dlls/__install-lib__ dlls/__install-dev__: libs tools include/__install__
dlls/__install-lib__ dlls/__install-dev__: libs tools include
include/__install__: include libs tools
libs/__install-lib__ libs/__install-dev__: libs
fonts/__install__ loader/__install__ server/__install__: libs tools
programs/__install__: libs tools include/__install__ dlls/__install-lib__
programs/__install__: libs tools include dlls/__install-lib__
tools/__install__: tools
$(SUBDIRS:%=%/__depend__): tools include
......
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