wordpad: Allow objects & images to be added with native riched20.
[wine] / dlls / cryptnet / Makefile.in
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR    = @srcdir@
4 VPATH     = @srcdir@
5 MODULE    = cryptnet.dll
6 IMPORTLIB = cryptnet
7 IMPORTS   = crypt32
8 DELAYIMPORTS = wininet
9
10 C_SRCS = \
11         cryptnet_main.c
12
13 @MAKE_DLL_RULES@