configure: Changes from running autconf after previous patch.
[wine/hacks.git] / dlls / mscms / Makefile.in
blob5542fef34cd4558208924786101751ac24f5847a
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR = @srcdir@
4 VPATH = @srcdir@
5 MODULE = mscms.dll
6 IMPORTLIB = mscms
7 IMPORTS = advapi32 kernel32
8 EXTRALIBS = @LCMSLIBS@
10 C_SRCS = \
11 handle.c \
12 icc.c \
13 mscms_main.c \
14 profile.c \
15 stub.c \
16 transform.c
18 RC_SRCS = version.rc
20 @MAKE_DLL_RULES@