gdiplus: Fix test typo/compile error.
[wine] / dlls / gdiplus / Makefile.in
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR    = @srcdir@
4 VPATH     = @srcdir@
5 MODULE    = gdiplus.dll
6 IMPORTLIB = libgdiplus.$(IMPLIBEXT)
7 IMPORTS   = user32 gdi32 advapi32 kernel32 ntdll
8
9 C_SRCS = \
10         brush.c \
11         gdiplus.c \
12         graphics.c \
13         graphicspath.c \
14         pen.c
15
16 @MAKE_DLL_RULES@
17
18 @DEPENDENCIES@  # everything below this line is overwritten by make depend