Changed builtin dlls file names to make it clear they are not normal
[wine] / dlls / crypt32 / Makefile.in
1 EXTRADEFS = -D_CRYPT32_
2 TOPSRCDIR = @top_srcdir@
3 TOPOBJDIR = ../..
4 SRCDIR    = @srcdir@
5 VPATH     = @srcdir@
6 MODULE    = crypt32.dll
7
8 LDDLLFLAGS = @LDDLLFLAGS@
9 SYMBOLFILE = $(MODULE).tmp.o
10
11 C_SRCS = \
12         main.c
13
14 @MAKE_DLL_RULES@
15
16 ### Dependencies:
17