graphics/psdrv forgets to pull in @DLLFLAGS@, and so is compiled non-PIC if

using --enable-dll.
This commit is contained in:
Todd Vierling 1998-12-15 12:58:18 +00:00 committed by Alexandre Julliard
parent 1346a3cd8d
commit 5696a09dcc
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
DEFS = -D__WINE__
DEFS = @DLLFLAGS@ -D__WINE__
TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../..
SRCDIR = @srcdir@