tests: link test-qxl-parsing with libserver

Signed-off-by: Marc-André Lureau <marcandre.lureau@gmail.com>
Acked-by: Frediano Ziglio <fziglio@redhat.com>
This commit is contained in:
Marc-Andre Lureau 2016-01-22 18:14:02 +01:00 committed by Frediano Ziglio
parent 56182be522
commit df7ba60503

View File

@ -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)