wined3d: Rename WineD3D_ChoosePixelFormat() to context_choose_pixel_format().
[wine] / dlls / crypt32 / Makefile.in
index 6c340c0..9c85a47 100644 (file)
@@ -1,31 +1,36 @@
 EXTRADEFS = -D_CRYPT32_
-TOPSRCDIR = @top_srcdir@
-TOPOBJDIR = ../..
-SRCDIR    = @srcdir@
-VPATH     = @srcdir@
 MODULE    = crypt32.dll
-IMPORTLIB = libcrypt32.$(IMPLIBEXT)
-IMPORTS   = user32 advapi32 kernel32 ntdll
+IMPORTLIB = crypt32
+IMPORTS   = user32 advapi32
+EXTRALIBS = @SECURITYLIB@
 
 C_SRCS = \
        base64.c \
        cert.c \
-       crl.c \
+       chain.c \
+       collectionstore.c \
        context.c \
+       crl.c \
+       ctl.c \
        decode.c \
        encode.c \
+       filestore.c \
+       main.c \
+       message.c \
+       msg.c \
+       object.c \
        oid.c \
        proplist.c \
        protectdata.c \
+       provstore.c \
+       regstore.c \
+       rootstore.c \
        serialize.c \
+       sip.c \
        store.c \
-       str.c \
-       main.c
+       str.c
 
 RC_SRCS = crypt32.rc
-
-SUBDIRS = tests
+PO_SRCS = crypt32.rc
 
 @MAKE_DLL_RULES@
-
-### Dependencies: