[Spice-devel] [PATCH] server: Move $(Z_LIBS) from INCLUDES to LIBADD in Makefile.am
Alon Levy
alevy at redhat.com
Mon Nov 28 02:19:49 PST 2011
On Mon, Nov 28, 2011 at 11:06:26AM +0100, Hans de Goede wrote:
> Hi,
>
> Thanks for the patch, I've added it to our master git tree.
>
Take note that we have three branches now - 0.10, 0.8 and master. I
think this applies to all three.
> Regards,
>
> Hans
>
>
> On 11/27/2011 04:02 PM, Jürg Billeter wrote:
> >This fixes undefined references to deflate* when building tests.
> >
> >Signed-off-by: Jürg Billeter<j at bitron.ch>
> >---
> > server/Makefile.am | 2 +-
> > 1 files changed, 1 insertions(+), 1 deletions(-)
> >
> >diff --git a/server/Makefile.am b/server/Makefile.am
> >index 34a6b47..1284704 100644
> >--- a/server/Makefile.am
> >+++ b/server/Makefile.am
> >@@ -6,7 +6,6 @@ INCLUDES = \
> > -I$(top_srcdir) \
> > -I$(top_srcdir)/common \
> > -DRED_STATISTICS \
> >- $(Z_LIBS) \
> > $(CELT051_CFLAGS) \
> > $(PIXMAN_CFLAGS) \
> > $(PROTOCOL_CFLAGS) \
> >@@ -48,6 +47,7 @@ libspice_server_la_LIBADD = \
> > $(SASL_LIBS) \
> > $(SLIRP_LIBS) \
> > $(SSL_LIBS) \
> >+ $(Z_LIBS) \
> > $(NULL)
> >
> > libspice_server_la_SOURCES = \
> _______________________________________________
> Spice-devel mailing list
> Spice-devel at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/spice-devel
More information about the Spice-devel
mailing list