diff options
author | Tom Stellard <[email protected]> | 2012-05-07 15:04:08 -0400 |
---|---|---|
committer | Tom Stellard <[email protected]> | 2012-05-07 15:05:25 -0400 |
commit | 3f8c37967a66da6bc63b283b3eba69fd48eba2f6 (patch) | |
tree | 2ea431e55fdb45226bdad17ee749dc40deee3d6f /src | |
parent | c425c3823fbd475dc83211fef47f7ea58421ed17 (diff) |
r600g: Fix out of tree builds that use the LLVM backend
https://bugs.freedesktop.org/show_bug.cgi?id=49567
Diffstat (limited to 'src')
-rw-r--r-- | src/gallium/drivers/r600/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/r600/Makefile.am b/src/gallium/drivers/r600/Makefile.am index 3089a829e53..77d2674d262 100644 --- a/src/gallium/drivers/r600/Makefile.am +++ b/src/gallium/drivers/r600/Makefile.am @@ -29,7 +29,7 @@ libr600_a_SOURCES += \ $(LLVM_C_SOURCES) libr600_a_LIBADD = \ - $(top_srcdir)/src/gallium/drivers/radeon/libradeon.a + $(top_builddir)/src/gallium/drivers/radeon/libradeon.a AM_CFLAGS += \ $(LLVM_CFLAGS) \ |