[Spice-commits] server/tests

Frediano Ziglio fziglio at kemper.freedesktop.org
Wed Feb 3 17:34:52 UTC 2016


 server/tests/Makefile.am |    6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

New commits:
commit df7ba605030ed1eefd87f298dd98c498e2217d5b
Author: Marc-Andre Lureau <marcandre.lureau at gmail.com>
Date:   Fri Jan 22 18:14:02 2016 +0100

    tests: link test-qxl-parsing with libserver
    
    Signed-off-by: Marc-André Lureau <marcandre.lureau at gmail.com>
    Acked-by: Frediano Ziglio <fziglio at redhat.com>

diff --git a/server/tests/Makefile.am b/server/tests/Makefile.am
index db2db2a..7fd7d66 100644
--- a/server/tests/Makefile.am
+++ b/server/tests/Makefile.am
@@ -89,8 +89,4 @@ libstat_test3_a_CPPFLAGS = $(AM_CPPFLAGS) -DTEST_COMPRESS_STAT=1 -DTEST_RED_WORK
 libstat_test4_a_SOURCES = stat-test.c
 libstat_test4_a_CPPFLAGS = $(AM_CPPFLAGS) -DTEST_COMPRESS_STAT=1 -DTEST_RED_WORKER_STAT=1 -DTEST_NAME=stat_test4
 
-test_qxl_parsing_SOURCES =           \
-	test-qxl-parsing.c      \
-	../red-parse-qxl.c      \
-	../memslot.c            \
-	$(NULL)
+test_qxl_parsing_LDADD = ../libserver.la $(LDADD)


More information about the Spice-commits mailing list