makefiles: List the static libraries as normal imports instead of extra libs.
[wine] / dlls / objsel / Makefile.in
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR    = @srcdir@
4 VPATH     = @srcdir@
5 MODULE    = objsel.dll
6 IMPORTS   = strmiids uuid ole32 user32 advapi32 kernel32
7
8 C_SRCS = \
9         factory.c \
10         objsel.c \
11         regsvr.c
12
13 RC_SRCS = objsel.rc
14
15 @MAKE_DLL_RULES@
16
17 @DEPENDENCIES@  # everything below this line is overwritten by make depend