On Mon, Jul 16, 2012 at 5:50 AM, Jon TURNEY wrote:
> On 13/07/2012 18:33, Tom Stellard wrote:
>> -r300_compiler_tests_LDADD = libr300.a
>> +r300_compiler_tests_LDADD = $(builddir)/.libs/libr300.la
>
> I think this can be written $(builddir)/libr300.la
We're building from the same directory, so sh
On 13/07/2012 18:33, Tom Stellard wrote:
> -r300_compiler_tests_LDADD = libr300.a
> +r300_compiler_tests_LDADD = $(builddir)/.libs/libr300.la
I think this can be written $(builddir)/libr300.la
> r300_compiler_tests_CPPFLAGS = \
> -I$(top_srcdir)/src/gallium/drivers/r300/compiler
> r300_co
---
src/gallium/drivers/r300/Makefile.am | 18 +++---
1 files changed, 11 insertions(+), 7 deletions(-)
diff --git a/src/gallium/drivers/r300/Makefile.am
b/src/gallium/drivers/r300/Makefile.am
index 6c4bba7..aaa2e27 100644
--- a/src/gallium/drivers/r300/Makefile.am
+++ b/src/galliu