From b953a4e35f185dd5c9225ea3d1e8ff1813b9d16e Mon Sep 17 00:00:00 2001 From: Frediano Ziglio Date: Tue, 15 Dec 2015 10:42:33 +0000 Subject: [PATCH] tests: reuse Makefile macro For coherency use COMMON_BASE macro instead of including single files. Signed-off-by: Frediano Ziglio Acked-by: Victor Toso --- server/tests/Makefile.am | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/server/tests/Makefile.am b/server/tests/Makefile.am index fd7e26da..d0bd5a02 100644 --- a/server/tests/Makefile.am +++ b/server/tests/Makefile.am @@ -121,11 +121,9 @@ test_display_width_stride_SOURCES = \ $(NULL) spice_server_replay_SOURCES = \ + $(COMMON_BASE) \ replay.c \ test_display_base.h \ - basic_event_loop.c \ - basic_event_loop.h \ - test_util.h \ $(NULL) stat_test_SOURCES = stat-main.c