summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stone <daniel@fooishbar.org>2011-06-17 16:28:05 +0100
committerPeter Hutterer <peter.hutterer@who-t.net>2011-07-01 08:46:28 +1000
commit1e65a01cf73f1fbdfe0d63eaecea412cf8472cb4 (patch)
tree521b942bf6e9c0331b55fcbc8093120e512c34cb
parent0f41d6c851df76d0423d9c37ad809d3440906944 (diff)
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 <daniel@fooishbar.org> Reviewed-by: Dan Nicholson <dbn.lists@gmail.com> Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
-rw-r--r--test/Makefile.am1
1 files changed, 1 insertions, 0 deletions
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