dlls: Remove explicit imports of kernel32 and ntdll.
[wine] / dlls / pstorec / Makefile.in
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR    = @srcdir@
4 VPATH     = @srcdir@
5 MODULE    = pstorec.dll
6 IMPORTS   = uuid
7
8 C_SRCS = \
9         pstorec.c
10
11 RC_SRCS = rsrc.rc
12
13 IDL_TLB_SRCS = pstorec_tlb.idl
14
15 @MAKE_DLL_RULES@