[Mesa-dev] [PATCH] util/tests/hash_table: Link against libmesautil instead of libmesa
Emil Velikov
emil.l.velikov at gmail.com
Tue Aug 5 06:36:50 PDT 2014
On 05/08/14 01:42, Jason Ekstrand wrote:
> Forgot to mention in the commit message, but this fixes bug #82159
>
Can you please use the format
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=82159
This way our scripts will fetch the summary and add a correct link in the
release notes :)
>
> On Mon, Aug 4, 2014 at 5:41 PM, Jason Ekstrand <jason at jlekstrand.net> wrote:
>
>> Signed-off-by: Jason Ekstrand <jason.ekstrand at intel.com>
>> ---
>> src/util/tests/hash_table/Makefile.am | 4 +---
>> 1 file changed, 1 insertion(+), 3 deletions(-)
>>
>> diff --git a/src/util/tests/hash_table/Makefile.am
>> b/src/util/tests/hash_table/Makefile.am
>> index 55cc0b7..8fdc951 100644
>> --- a/src/util/tests/hash_table/Makefile.am
>> +++ b/src/util/tests/hash_table/Makefile.am
>> @@ -21,12 +21,10 @@
>> AM_CPPFLAGS = \
>> -I$(top_srcdir)/include \
>> -I$(top_srcdir)/src/util \
>> - -I$(top_srcdir)/src/mesa \
>> - -I$(top_srcdir)/src/mesa/main \
>> $(DEFINES) $(INCLUDE_DIRS)
While you're here can you drop the INCLUDE_DIRS ?
Reviewed-by: Emil Velikov <emil.l.velikov at gmail.com>
-Emil
>>
>> LDADD = \
>> - $(top_builddir)/src/mesa/libmesa.la \
>> + $(top_builddir)/src/util/libmesautil.la \
>> $(PTHREAD_LIBS) \
>> $(DLOPEN_LIBS)
>>
>> --
>> 2.0.4
>>
>>
>
>
>
> _______________________________________________
> mesa-dev mailing list
> mesa-dev at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/mesa-dev
>
More information about the mesa-dev
mailing list