Makefile.in 416 Bytes
Newer Older
1 2 3 4
TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../..
SRCDIR    = @srcdir@
VPATH     = @srcdir@
5
MODULE    = wintrust.dll
6
IMPORTLIB = wintrust
7
IMPORTS   = crypt32 user32 advapi32 kernel32 ntdll
8
DELAYIMPORTS = cryptui imagehlp
9

10
C_SRCS = \
11
	asn.c \
12
	crypt.c \
13
	register.c \
14
	softpub.c \
15
	wintrust_main.c
16

17 18 19
RC_SRCS = \
        version.rc

20 21
@MAKE_DLL_RULES@

22
@DEPENDENCIES@  # everything below this line is overwritten by make depend