diff options
author | Matt Turner <[email protected]> | 2012-09-07 13:23:50 -0700 |
---|---|---|
committer | Andreas Boll <[email protected]> | 2013-01-10 22:01:10 +0100 |
commit | ff5ab73d53d8c5a79792f5348a45d4995f60ae67 (patch) | |
tree | c817aaa172d7e597f7f301da19172ed82e1f72f0 /configure.ac | |
parent | 7d451ba83a2792297e2a1ffe4838c4059225f9c3 (diff) |
targets/xorg-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 5eddaf9626c..d7256cd3074 100644 --- a/configure.ac +++ b/configure.ac @@ -2074,6 +2074,7 @@ AC_CONFIG_FILES([configs/current src/gallium/targets/xorg-i915/Makefile src/gallium/targets/xorg-nouveau/Makefile src/gallium/targets/xorg-r300/Makefile + src/gallium/targets/xorg-r600/Makefile src/gallium/winsys/Makefile src/gallium/winsys/i915/drm/Makefile src/gallium/winsys/i915/sw/Makefile |