commit | 10e4edd9f4dac9b285925b29ebf8f0770f5f4b82 | [log] [tgz] |
---|---|---|
author | Alexandre Julliard <julliard@winehq.org> | Wed Feb 10 10:55:23 2010 +0100 |
committer | Alexandre Julliard <julliard@winehq.org> | Wed Feb 10 11:05:26 2010 +0100 |
tree | 7158c85a95b04464549912971875df4fe5f8a7ec | |
parent | b3b81abba3b4eb6ed84049a8720517b926369e98 [diff] [blame] |
makefiles: Build the static libraries directly from the top-level makefile.
diff --git a/configure.ac b/configure.ac index f07b764..274a6c0 100644 --- a/configure.ac +++ b/configure.ac
@@ -2103,7 +2103,7 @@ AC_SUBST(ALL_TOP_DIRS,"") AC_SUBST(ALL_DLL_DIRS,"") AC_SUBST(ALL_TOOL_DIRS,"") -AC_SUBST(ALL_IMPLIB_DIRS,"") +AC_SUBST(ALL_STATICLIB_DIRS,"") AC_SUBST(ALL_STATIC_LIBS,"") AC_SUBST(ALL_IMPORT_LIBS,"") AC_SUBST(ALL_IMPORTLIB_RULES,"")