diff options
author | Eric Anholt <[email protected]> | 2012-06-12 12:10:58 -0700 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2012-06-21 10:10:46 -0700 |
commit | 417c1a642141abac2f0a58d044893c93576bb9a3 (patch) | |
tree | 8956af3951cd393de346ab77563741a6666c824d /configure.ac | |
parent | bd18a236dead98ae34467d59f76c77d94226399e (diff) |
automake: Move the master Mesa makefile to Makefile.old.
This will let me incrementally move stuff to automake without
converting libmesa.a all at once.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index e41a73d5e53..b2f561d6bf4 100644 --- a/configure.ac +++ b/configure.ac @@ -2171,6 +2171,7 @@ AC_CONFIG_FILES([configs/current src/mapi/shared-glapi/Makefile src/mapi/glapi/tests/Makefile src/gtest/Makefile + src/mesa/Makefile src/mesa/libdricore/Makefile src/mesa/main/tests/Makefile src/mesa/x86/Makefile |