From 532c10cebd17b28ccc35051286f8abeca0f7ba28 Mon Sep 17 00:00:00 2001 From: The Wine Synchronizer Date: Thu, 6 Jul 2006 11:18:46 +0000 Subject: [PATCH] Delete unneeded makefile svn path=/trunk/; revision=22886 --- reactos/dll/win32/cryptdll/Makefile.in | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 reactos/dll/win32/cryptdll/Makefile.in diff --git a/reactos/dll/win32/cryptdll/Makefile.in b/reactos/dll/win32/cryptdll/Makefile.in deleted file mode 100644 index d65ed01fbbe..00000000000 --- a/reactos/dll/win32/cryptdll/Makefile.in +++ /dev/null @@ -1,14 +0,0 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ -MODULE = cryptdll.dll -IMPORTLIB = libcryptdll.$(IMPLIBEXT) -IMPORTS = advapi32 kernel32 - -C_SRCS = \ - cryptdll.c - -@MAKE_DLL_RULES@ - -### Dependencies: