[1/2] wrc: Use INCLUDEDIR when compiling (regression since a4e22d)

Kirill Smelkov kirr at mns.spb.ru
Wed Apr 21 10:33:13 CDT 2010


---
 tools/wrc/Makefile.in |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/tools/wrc/Makefile.in b/tools/wrc/Makefile.in
index 77eeecb..2864b9a 100644
--- a/tools/wrc/Makefile.in
+++ b/tools/wrc/Makefile.in
@@ -1,10 +1,9 @@
-DEFS      = -DINCLUDEDIR="\"$(includedir)\""
 TOPSRCDIR = @top_srcdir@
 TOPOBJDIR = ../..
 SRCDIR    = @srcdir@
 VPATH     = @srcdir@
 EXEEXT    = @EXEEXT@
-DEFS      = -D__WINESRC__ $(EXTRADEFS)
+DEFS      = -D__WINESRC__ -DINCLUDEDIR="\"$(includedir)\" "$(EXTRADEFS)
 
 PROGRAMS = wrc$(EXEEXT) wrc-installed
 MANPAGES = wrc.man
-- 
1.7.1.rc1.17.g59a96




More information about the wine-patches mailing list