Moved CLIPPING_UpdateGCClipping call outside of the X11 section.
[wine] / graphics / x11drv / Makefile.in
1 DEFS      = @DLLFLAGS@ -D__WINE__
2 TOPSRCDIR = @top_srcdir@
3 TOPOBJDIR = ../..
4 SRCDIR    = @srcdir@
5 VPATH     = @srcdir@
6 MODULE    = x11drv
7
8 C_SRCS = \
9         bitblt.c \
10         bitmap.c \
11         brush.c \
12         clipping.c \
13         dib.c \
14         graphics.c \
15         init.c \
16         objects.c \
17         oembitmap.c \
18         palette.c \
19         pen.c \
20         text.c \
21         xfont.c
22
23 all: $(MODULE).o
24
25 @MAKE_RULES@
26
27 ### Dependencies: