diff options
author | Matt Turner <[email protected]> | 2012-09-05 11:09:53 -0700 |
---|---|---|
committer | Andreas Boll <[email protected]> | 2013-01-10 22:01:09 +0100 |
commit | b570f1fc3137f118b3b20b3499540b174d4a173b (patch) | |
tree | 3d313fcc78d80756fb8d896cfe90c47b06752116 /configure.ac | |
parent | 6ed9f9f2322a4bc95fd41090bb8c89f7e7022923 (diff) |
targets/dri-r300: 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 fe5eccf0a52..9c9791b5137 100644 --- a/configure.ac +++ b/configure.ac @@ -2056,6 +2056,7 @@ AC_CONFIG_FILES([configs/current src/gallium/targets/Makefile src/gallium/targets/dri-i915/Makefile src/gallium/targets/dri-nouveau/Makefile + src/gallium/targets/dri-r300/Makefile src/gallium/targets/opencl/Makefile src/gallium/winsys/Makefile src/gallium/winsys/i915/drm/Makefile |