diff options
author | Ted Gould <ted@gould.cx> | 2010-02-04 11:58:15 -0800 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-02-04 11:58:15 -0800 |
commit | 901d87fc3adff5025d773be3e515772f9a39c065 (patch) | |
tree | 97e22eac8df3e0b98e98c061b0ed876a915def48 | |
parent | a31388443b600488a3b32dbb92bd20210e0d5e00 (diff) | |
download | ayatana-indicator-application-901d87fc3adff5025d773be3e515772f9a39c065.tar.gz ayatana-indicator-application-901d87fc3adff5025d773be3e515772f9a39c065.tar.bz2 ayatana-indicator-application-901d87fc3adff5025d773be3e515772f9a39c065.zip |
Wrong srcdir
-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 43f2194..327c8cc 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -92,7 +92,7 @@ test_libappindicator_fallback_item_LDADD = \ test-libappindicator-fallback: test-libappindicator-fallback-watcher test-libappindicator-fallback-item Makefile.am @echo "#!/bin/bash" > $@ - @echo . $(src_dir)/run-xvfb.sh >> $@ + @echo . $(srcdir)/run-xvfb.sh >> $@ @echo $(DBUS_RUNNER) --task ./test-libappindicator-fallback-watcher --task-name Watcher --ignore-return --task ./test-libappindicator-fallback-item --task-name Item >> $@ @chmod +x $@ |