[Spice-devel] [PATCH 2/5] tests: reuse Makefile macro

Frediano Ziglio fziglio at redhat.com
Tue Dec 15 04:15:10 PST 2015


For coherency use COMMON_BASE macro instead of including single
files.

Signed-off-by: Frediano Ziglio <fziglio at redhat.com>
---
 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 fd7e26d..d0bd5a0 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
-- 
2.4.3



More information about the Spice-devel mailing list