[Mesa-dev] [PATCH] util/tests/hash_table: Link against libmesautil instead of libmesa
Jason Ekstrand
jason at jlekstrand.net
Tue Aug 5 09:02:18 PDT 2014
On Tue, Aug 5, 2014 at 6:36 AM, Emil Velikov <emil.l.velikov at gmail.com>
wrote:
> 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 :)
>
Thanks, It's taking me time to get used to all these hooks we've got set up.
>
> >
> > 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 ?
>
Sure.
>
> 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
> >
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/mesa-dev/attachments/20140805/6b6f6dc2/attachment.html>
More information about the mesa-dev
mailing list