commit | 6de8be71b3b849ab2c510829977ee7f6c33d359c | [log] [tgz] |
---|---|---|
author | Lei Zhang <thestig@google.com> | Mon Feb 11 18:07:45 2008 -0800 |
committer | Alexandre Julliard <julliard@winehq.org> | Tue Feb 19 17:57:23 2008 +0100 |
tree | e0bdf5f59cda4dc57cb93f384b0bdbfc63aa7fd1 | |
parent | a319263230f9fbce698be51af90291ccaee3b441 [diff] [blame] |
qedit: Skeleton implementation of qedit.dll.
diff --git a/configure.ac b/configure.ac index d3e5ddc..e2ba38e 100644 --- a/configure.ac +++ b/configure.ac
@@ -1879,6 +1879,7 @@ AC_CONFIG_FILES([dlls/psapi/tests/Makefile]) AC_CONFIG_FILES([dlls/pstorec/Makefile]) AC_CONFIG_FILES([dlls/qcap/Makefile]) +AC_CONFIG_FILES([dlls/qedit/Makefile]) AC_CONFIG_FILES([dlls/qmgr/Makefile]) AC_CONFIG_FILES([dlls/qmgrprxy/Makefile]) AC_CONFIG_FILES([dlls/quartz/Makefile])