[Spice-commits] Branch '0.10' - server/Makefile.am
Alon Levy
alon at kemper.freedesktop.org
Mon Nov 28 03:35:43 PST 2011
server/Makefile.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 29e6de4e3ca34624b064e54dac25b394c311d47f
Author: Jürg Billeter <j at bitron.ch>
Date: Sun Nov 27 16:02:18 2011 +0100
server: Move $(Z_LIBS) from INCLUDES to LIBADD in Makefile.am
This fixes undefined references to deflate* when building tests.
Signed-off-by: Jürg Billeter <j at bitron.ch>
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 = \
More information about the Spice-commits
mailing list