diff options
author | Ted Gould <ted@canonical.com> | 2009-11-19 17:36:45 -0600 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-11-19 17:36:45 -0600 |
commit | 050b5bfaf2c3d60af856f2e3e43e0dbdd9d9fb73 (patch) | |
tree | ff9fb97ea1caaefa7876c51d593d16ad8ec5d6cf | |
parent | 92e979dd45cdf2fd074d0ec79bcd44bd4e9bcd22 (diff) | |
download | libdbusmenu-050b5bfaf2c3d60af856f2e3e43e0dbdd9d9fb73.tar.gz libdbusmenu-050b5bfaf2c3d60af856f2e3e43e0dbdd9d9fb73.tar.bz2 libdbusmenu-050b5bfaf2c3d60af856f2e3e43e0dbdd9d9fb73.zip |
Make sure to grab the xvfb script from the src dir for distcheck.
-rw-r--r-- | tests/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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 |