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