aboutsummaryrefslogtreecommitdiff
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2011-02-10 22:18:21 -0600
committerTed Gould <ted@gould.cx>2011-02-10 22:18:21 -0600
commit4044f927a2764ea2414eb423ce054989ecf0386e (patch)
tree92b11e331d6e21f27f7c7db37a2d177902ca02e6 /tests/Makefile.am
parente5b56ecf9a05381c8ba725f53f064c2c8569ea8f (diff)
parent4d24048fffc19e52adb9c0fc4e4a35f3c96faae7 (diff)
downloadlibayatana-appindicator-4044f927a2764ea2414eb423ce054989ecf0386e.tar.gz
libayatana-appindicator-4044f927a2764ea2414eb423ce054989ecf0386e.tar.bz2
libayatana-appindicator-4044f927a2764ea2414eb423ce054989ecf0386e.zip
Fix the build so we can distcheck with GTK 2 and 3
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index ed89981..a65f320 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -153,6 +153,7 @@ HTML_REPORT = libappindicator-check-results.html
libappindicator-tests: libappindicator-tests-gtester Makefile.am
@echo "#!/bin/bash" > $@
@echo . $(srcdir)/run-xvfb.sh >> $@
+ @echo export UBUNTU_MENUPROXY= >> $@
@echo $(DBUS_RUNNER) --task ./libappindicator-tests-gtester >> $@
@chmod +x $@