diff options
author | Matt Turner <[email protected]> | 2012-08-29 14:29:08 -0700 |
---|---|---|
committer | Andreas Boll <[email protected]> | 2013-01-10 22:01:07 +0100 |
commit | da2d98fac778ed717919c89395ea7c66f2d9c1b1 (patch) | |
tree | fd547641aeba4086af31946b773791a8a316899b /configure.ac | |
parent | c35cddd1342054dd818069327e7660082c04a28c (diff) |
radeonsi: Convert to automake
Can't use LTLIBRARIES here yet, since libradeon isn't converted.
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 ee365288148..05dbc733e52 100644 --- a/configure.ac +++ b/configure.ac @@ -2018,6 +2018,7 @@ AC_CONFIG_FILES([configs/current src/gallium/drivers/nvc0/Makefile src/gallium/drivers/r300/Makefile src/gallium/drivers/r600/Makefile + src/gallium/drivers/radeonsi/Makefile src/gallium/drivers/rbug/Makefile src/gallium/drivers/softpipe/Makefile src/gallium/drivers/svga/Makefile |