From df7ba605030ed1eefd87f298dd98c498e2217d5b Mon Sep 17 00:00:00 2001 From: Marc-Andre Lureau Date: Fri, 22 Jan 2016 18:14:02 +0100 Subject: [PATCH] tests: link test-qxl-parsing with libserver MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Marc-André Lureau Acked-by: Frediano Ziglio --- 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 db2db2af..7fd7d66b 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)