Commit f4ff08f4 authored by Kirill Smelkov's avatar Kirill Smelkov Committed by Alexandre Julliard

wrc: Use INCLUDEDIR when compiling.

parent 76146568
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
......
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