From 1e65a01cf73f1fbdfe0d63eaecea412cf8472cb4 Mon Sep 17 00:00:00 2001 From: Daniel Stone Date: Fri, 17 Jun 2011 16:28:05 +0100 Subject: Test: Ensure libxservertest gets relinked when necessary Similar to how we link Xorg, make sure that whenever any of the component libraries changes, we relink libxservertest and the tests. Not much use testing anything other than the actual source in your tree. Signed-off-by: Daniel Stone Reviewed-by: Dan Nicholson Signed-off-by: Peter Hutterer --- test/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'test') diff --git a/test/Makefile.am b/test/Makefile.am index 370e09a18..7ef408c93 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -40,5 +40,6 @@ libxservertest_la_LIBADD = \ $(top_builddir)/mi/libmi.la \ $(top_builddir)/os/libos.la \ @XORG_LIBS@ +libxservertest_la_DEPENDENCIES = $(libxservertest_la_LIBADD) endif endif -- cgit v1.2.3