diff options
author | Matt Turner <[email protected]> | 2012-09-05 11:12:29 -0700 |
---|---|---|
committer | Andreas Boll <[email protected]> | 2013-01-10 22:01:10 +0100 |
commit | ab07ae05a3dccef620c716e821c647413b951051 (patch) | |
tree | b1d097681422079170088c7f271230bbeaef04c5 /configure.ac | |
parent | b570f1fc3137f118b3b20b3499540b174d4a173b (diff) |
targets/dri-r600: Convert to automake
v2: Andreas Boll <[email protected]>
- Provide compatibility with scripts for the old Mesa build system
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 9c9791b5137..bb287d776c7 100644 --- a/configure.ac +++ b/configure.ac @@ -2057,6 +2057,7 @@ AC_CONFIG_FILES([configs/current src/gallium/targets/dri-i915/Makefile src/gallium/targets/dri-nouveau/Makefile src/gallium/targets/dri-r300/Makefile + src/gallium/targets/dri-r600/Makefile src/gallium/targets/opencl/Makefile src/gallium/winsys/Makefile src/gallium/winsys/i915/drm/Makefile |