dlls: Remove explicit imports of kernel32 and ntdll.
[wine] / dlls / dispex / Makefile.in
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR    = @srcdir@
4 VPATH     = @srcdir@
5 MODULE    = dispex.dll
6 IMPORTS   = uuid oleaut32 ole32 rpcrt4 advapi32
7 EXTRADEFS = -DREGISTER_PROXY_DLL -DPROXY_DELEGATION
8
9 EXTRA_OBJS = dlldata.o
10
11 C_SRCS = \
12         usrmarshal.c
13
14 IDL_P_SRCS = \
15         disp_ex.idl
16
17 @MAKE_DLL_RULES@