comctl32/monthcal: Implement handler for WM_ERASEBKGND.
[wine] / dlls / wintrust / Makefile.in
index 4e84922..6f2f406 100644 (file)
@@ -3,18 +3,19 @@ TOPOBJDIR = ../..
 SRCDIR    = @srcdir@
 VPATH     = @srcdir@
 MODULE    = wintrust.dll
-IMPORTLIB = libwintrust.$(IMPLIBEXT)
+IMPORTLIB = wintrust
 IMPORTS   = crypt32 user32 advapi32 kernel32 ntdll
-DELAYIMPORTS = imagehlp
+DELAYIMPORTS = cryptui imagehlp
 
 C_SRCS = \
        asn.c \
        crypt.c \
        register.c \
+       softpub.c \
        wintrust_main.c
 
 RC_SRCS = \
-        version.rc
+       version.rc
 
 @MAKE_DLL_RULES@