summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrediano Ziglio <fziglio@redhat.com>2018-12-16 10:52:30 +0000
committerFrediano Ziglio <fziglio@redhat.com>2018-12-17 12:18:48 +0000
commitc01a4a6fc37f5f4d4719434484042d2acb7b2dcc (patch)
treef33b50f539aaac02530557cd8dead1fbb2361446
parenta45f656aac84b8880e6ff5d88ce7d54b7543805f (diff)
test-region: Add missing dependencies
The test uses both GLib and pixman libraries. This does not seem to affect Linux but make the test fails under Windows. Signed-off-by: Frediano Ziglio <fziglio@redhat.com> Acked-by: Uri Lublin <uril@redhat.com>
-rw-r--r--tests/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 926ac99..f54e394 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -63,6 +63,7 @@ test_region_CFLAGS = \
$(NULL)
test_region_LDADD = \
$(top_builddir)/common/libspice-common.la \
+ $(SPICE_COMMON_LIBS) \
$(NULL)
# Avoid need for python(pyparsing) by end users