diff options
author | Tom Stellard <[email protected]> | 2012-08-30 12:55:29 -0400 |
---|---|---|
committer | Andreas Boll <[email protected]> | 2013-01-10 22:01:08 +0100 |
commit | 0dcb9ae0d9366b2ca9520c0c820cc466eb35bf67 (patch) | |
tree | da9142dcbd68abc75296bc2c28e2f49bd700a34b /configure.ac | |
parent | 2cbb94b3ce012a2caf9e6ab10d69bf85d7222c27 (diff) |
radeon/llvm: Convert to Automake
v2: Johannes Obermayr <[email protected]>
Fix some undefined symbols.
v3: Johannes Obermayr <[email protected]>
Build it -shared to fix egl_gallium.so on r600/radeonsi builds.
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 e640b7208f2..004f8cc2531 100644 --- a/configure.ac +++ b/configure.ac @@ -2034,6 +2034,7 @@ AC_CONFIG_FILES([configs/current src/gallium/drivers/nvc0/Makefile src/gallium/drivers/r300/Makefile src/gallium/drivers/r600/Makefile + src/gallium/drivers/radeon/Makefile src/gallium/drivers/radeonsi/Makefile src/gallium/drivers/rbug/Makefile src/gallium/drivers/softpipe/Makefile |