summaryrefslogtreecommitdiffstats
path: root/server/Makefile.am
diff options
context:
space:
mode:
authorJürg Billeter <j@bitron.ch>2011-11-27 16:02:18 +0100
committerHans de Goede <hdegoede@redhat.com>2011-11-28 11:05:49 +0100
commitdedaa9ac39acc2235d1839cdc5ff291c90f158be (patch)
tree031ef95d76da80dc26055259d0481d4c887f9591 /server/Makefile.am
parent9ffa2e9990dc5d5ae61c227d10d5234753c08402 (diff)
downloadspice-dedaa9ac39acc2235d1839cdc5ff291c90f158be.tar.gz
spice-dedaa9ac39acc2235d1839cdc5ff291c90f158be.tar.xz
spice-dedaa9ac39acc2235d1839cdc5ff291c90f158be.zip
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>
Diffstat (limited to 'server/Makefile.am')
-rw-r--r--server/Makefile.am2
1 files changed, 1 insertions, 1 deletions
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 = \