commit | 80ee225f23ea8093f57f1e7b29b7fb60e6f6cdda | [log] [tgz] |
---|---|---|
author | Roy Shea <royshea@gmail.com> | Mon Jul 14 17:12:47 2008 -0700 |
committer | Alexandre Julliard <julliard@winehq.org> | Wed Jul 16 20:14:30 2008 +0200 |
tree | 9153daf13b3c284970d893ada48217e947ffdb89 | |
parent | fb0e728a7479dba68847e279d5f10e373c866c3d [diff] [blame] |
mstask: Skeleton implementation of Task Scheduler Service.
diff --git a/configure.ac b/configure.ac index 400152f..bef895b 100644 --- a/configure.ac +++ b/configure.ac
@@ -1891,6 +1891,7 @@ AC_CONFIG_FILES([dlls/msnet32/Makefile]) AC_CONFIG_FILES([dlls/msrle32/Makefile]) AC_CONFIG_FILES([dlls/mssip32/Makefile]) +AC_CONFIG_FILES([dlls/mstask/Makefile]) AC_CONFIG_FILES([dlls/msvcirt/Makefile]) AC_CONFIG_FILES([dlls/msvcr71/Makefile]) AC_CONFIG_FILES([dlls/msvcrt/Makefile])