commit | b6c275b1b4f2d4d942e7bd011172081f367c25cc | [log] [tgz] |
---|---|---|
author | Alexandre Julliard <julliard@winehq.org> | Tue Jan 26 20:40:12 2010 +0100 |
committer | Alexandre Julliard <julliard@winehq.org> | Tue Jan 26 20:40:12 2010 +0100 |
tree | ab3d80707fdd9203a174e057ebb064231e9c5d36 | |
parent | 356b06faea73d43c682d1ff2523ef37b020f15d7 [diff] [blame] |
makefiles: Generate the static library rules from configure.
diff --git a/configure.ac b/configure.ac index 4e9d263..158aafb 100644 --- a/configure.ac +++ b/configure.ac
@@ -2091,6 +2091,8 @@ AC_SUBST(ALL_TOP_DIRS,"") AC_SUBST(ALL_DLL_DIRS,"") AC_SUBST(ALL_IMPLIB_DIRS,"") +AC_SUBST(ALL_STATIC_LIBS,"") +AC_SUBST(ALL_IMPORTLIB_RULES,"") AC_SUBST(ALL_TEST_DIRS,"") AC_SUBST(ALL_PROGRAM_DIRS,"") AC_SUBST(ALL_PROGRAM_INSTALL_DIRS,"")