On Die, 2012-12-04 at 02:45 +0100, Johannes Obermayr wrote: 
> 
> diff --git a/src/gallium/auxiliary/Makefile.am 
> b/src/gallium/auxiliary/Makefile.am
> index a4eee47..0e34bee 100644
> --- a/src/gallium/auxiliary/Makefile.am
> +++ b/src/gallium/auxiliary/Makefile.am
> @@ -3,8 +3,16 @@ AUTOMAKE_OPTIONS = subdir-objects
>  include Makefile.sources
>  include $(top_srcdir)/src/gallium/Automake.inc
>  
> +if HAVE_SHARED_GALLIUM
> +
> +lib_LTLIBRARIES = libgallium.la

This should probably be something like libgallium-<major>-<minor>.la, so
binaries from different versions can be used in parallel.


-- 
Earthling Michel Dänzer           |                   http://www.amd.com
Libre software enthusiast         |          Debian, X and DRI developer
_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to