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@bitron.ch>
This commit is contained in:
Jürg Billeter 2011-11-27 16:02:18 +01:00 committed by Hans de Goede
parent 9ffa2e9990
commit dedaa9ac39

View File

@ -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 = \