inetcomm: Add a stub implementation of IPOP3Transport.
[wine/multimedia.git] / dlls / inetcomm / Makefile.in
blob4459c6a712f4d4033ca279bceda4b167c40738de
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR = @srcdir@
4 VPATH = @srcdir@
5 MODULE = inetcomm.dll
6 IMPORTLIB = inetcomm
7 IMPORTS = uuid oleaut32 ole32 ws2_32 user32 advapi32 kernel32
9 C_SRCS = \
10 imaptransport.c \
11 inetcomm_main.c \
12 internettransport.c \
13 mimeintl.c \
14 mimeole.c \
15 pop3transport.c \
16 regsvr.c
18 @MAKE_DLL_RULES@
20 @DEPENDENCIES@ # everything below this line is overwritten by make depend