diff options
author | Eric Anholt <[email protected]> | 2012-05-15 10:21:31 -0700 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2012-06-11 09:28:00 -0700 |
commit | 7edbf4b3232eef7dac47a901829c586b61d8cbd2 (patch) | |
tree | 25d5e2e3cd561e28b2fad7258c7eb8402515e9e1 /configure.ac | |
parent | 07abd913b654a1a04a90db6203a92a14e4ae795a (diff) |
automake: Convert src/Makefile to automake.
Reviewed-by: Kenneth Graunke <[email protected]>
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 0801c6c9142..2e614d544ea 100644 --- a/configure.ac +++ b/configure.ac @@ -2131,6 +2131,7 @@ CXXFLAGS="$CXXFLAGS $USER_CXXFLAGS" dnl Substitute the config AC_CONFIG_FILES([configs/autoconf Makefile + src/Makefile src/gallium/auxiliary/pipe-loader/Makefile src/gallium/state_trackers/clover/Makefile src/gallium/drivers/Makefile |