On Thu, Nov 19, 2015 at 8:33 AM, Emil Velikov <emil.l.veli...@gmail.com> wrote: > From: Emil Velikov <emil.veli...@collabora.com> > > Seems that creating an empty one does not fair too well with MacOSX's > ar. Considering that all the users of the helper include it only when > needed, let's reshuffle the makefile.
For the series, Reviewed-by: Kristian Høgsberg <k...@bitplanet.net> > Cc: Vinson Lee <v...@freedesktop.org> > Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=92985 > Signed-off-by: Emil Velikov <emil.veli...@collabora.com> > --- > src/loader/Makefile.am | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > > diff --git a/src/loader/Makefile.am b/src/loader/Makefile.am > index 5daa42e..5021120 100644 > --- a/src/loader/Makefile.am > +++ b/src/loader/Makefile.am > @@ -23,7 +23,7 @@ include Makefile.sources > > EXTRA_DIST = SConscript > > -noinst_LTLIBRARIES = libloader.la libloader_dri3_helper.la > +noinst_LTLIBRARIES = libloader.la > > AM_CPPFLAGS = \ > $(DEFINES) \ > @@ -57,6 +57,8 @@ libloader_la_LIBADD += \ > endif > > if HAVE_DRI3 > +noinst_LTLIBRARIES += libloader_dri3_helper.la > + > libloader_dri3_helper_la_SOURCES = \ > loader_dri3_helper.c \ > loader_dri3_helper.h > -- > 2.6.2 > > _______________________________________________ > mesa-dev mailing list > mesa-dev@lists.freedesktop.org > http://lists.freedesktop.org/mailman/listinfo/mesa-dev _______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev