mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2025-12-26 22:48:19 +00:00
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:
parent
9ffa2e9990
commit
dedaa9ac39
@ -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 = \
|
||||
|
||||
Loading…
Reference in New Issue
Block a user