wrc: Use INCLUDEDIR when compiling.

This commit is contained in:
Kirill Smelkov 2010-04-21 19:33:13 +04:00 committed by Alexandre Julliard
parent 76146568af
commit f4ff08f483
1 changed files with 1 additions and 2 deletions

View File

@ -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