From dedaa9ac39acc2235d1839cdc5ff291c90f158be Mon Sep 17 00:00:00 2001 From: Jürg Billeter Date: Sun, 27 Nov 2011 16:02:18 +0100 Subject: server: Move $(Z_LIBS) from INCLUDES to LIBADD in Makefile.am MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This fixes undefined references to deflate* when building tests. Signed-off-by: Jürg Billeter --- server/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'server/Makefile.am') diff --git a/server/Makefile.am b/server/Makefile.am index 34a6b47b..12847040 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 = \ -- cgit