From 050b5bfaf2c3d60af856f2e3e43e0dbdd9d9fb73 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Thu, 19 Nov 2009 17:36:45 -0600 Subject: Make sure to grab the xvfb script from the src dir for distcheck. --- tests/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Makefile.am b/tests/Makefile.am index f35eb07..d859b3c 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -20,7 +20,7 @@ check_PROGRAMS = \ test-glib-simple-items \ test-gtk-reorder-server -XVFB_RUN=". run-xvfb.sh" +XVFB_RUN=". $(srcdir)/run-xvfb.sh" ###################### # Test GLib server -- cgit v1.2.3