[Spice-devel] [PATCH v3 1/9] tests: link test-qxl-parsing with libserver

Marc-André Lureau marcandre.lureau at gmail.com
Fri Jan 22 09:14:02 PST 2016


Signed-off-by: Marc-André Lureau <marcandre.lureau at gmail.com>
---
 server/tests/Makefile.am | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/server/tests/Makefile.am b/server/tests/Makefile.am
index fea2181..2161023 100644
--- a/server/tests/Makefile.am
+++ b/server/tests/Makefile.am
@@ -91,8 +91,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)
-- 
2.5.0



More information about the Spice-devel mailing list