commit | f9308217792c47ccda45e462107a89dbed126be2 | [log] [tgz] |
---|---|---|
author | Maarten Lankhorst <m.b.lankhorst@gmail.com> | Sun Feb 17 18:20:32 2008 -0800 |
committer | Alexandre Julliard <julliard@winehq.org> | Mon Feb 18 15:06:52 2008 +0100 |
tree | 62f3a6acb0f10d9376da579c7cb9cd23838f92e7 | |
parent | 8f15dd4d4e4424a84623f4af7c71b955e7aa234b [diff] [blame] |
cryptdlg: Add initial stub dll.
diff --git a/configure.ac b/configure.ac index a9252e0..bb8aac4 100644 --- a/configure.ac +++ b/configure.ac
@@ -1687,6 +1687,7 @@ AC_CONFIG_FILES([dlls/crtdll/Makefile]) AC_CONFIG_FILES([dlls/crypt32/Makefile]) AC_CONFIG_FILES([dlls/crypt32/tests/Makefile]) +AC_CONFIG_FILES([dlls/cryptdlg/Makefile]) AC_CONFIG_FILES([dlls/cryptdll/Makefile]) AC_CONFIG_FILES([dlls/cryptnet/Makefile]) AC_CONFIG_FILES([dlls/cryptnet/tests/Makefile])