On Thu, Apr 21, 2011 at 02:00:17PM +0200, Christophe Fergeau wrote:
> diff --git a/common/Makefile.am b/common/Makefile.am
> index 0a2f9c1..501a6e1 100644
> --- a/common/Makefile.am
> +++ b/common/Makefile.am
> @@ -6,7 +6,6 @@ NULL =
>
> noinst_LTLIBRARIES = libspice-common.la
> libspice_common
spice client and spice server shares code from
common/{gdi,gl,sw}_canvas.[ch]. However, while most of the code is
shared, the server code wants a canvas compiled with
SW_CANVAS_IMAGE_CACHE defined while the client code wants a canvas
compiled with SW_CANVAS_CACHE.
The initial autotools refactoring