wrc: Use INCLUDEDIR when compiling.
This commit is contained in:
parent
76146568af
commit
f4ff08f483
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue