[Spice-devel] [PATCH server v2 02/13] tests: link test-qxl-parsing with libserver
Marc-André Lureau
marcandre.lureau at gmail.com
Thu Jan 14 13:01: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 8caff04..15196f9 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