Moved gdi/user thunking functions into their respective dlls.
[wine] / dlls / user / Makefile.in
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR    = @srcdir@
4 VPATH     = @srcdir@
5 MODULE    = user32
6 SOVERSION = 1.0
7 ALTNAMES  = user
8
9 SPEC_SRCS = user32.spec user.spec
10
11 C_SRCS = \
12         user_main.c \
13         thunk.c
14
15 GLUE = thunk.c
16
17 @MAKE_DLL_RULES@
18
19 ### Dependencies:
20