aboutsummaryrefslogtreecommitdiff
path: root/tests/Makefile.in
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2011-02-10 22:25:25 -0600
committerTed Gould <ted@gould.cx>2011-02-10 22:25:25 -0600
commit3d4fdfb100856205654c8926600207b01820391b (patch)
tree4d3c49cfd6d2c58aaec02ae636f619c695cfd504 /tests/Makefile.in
parentac68d851252a8f3e76b294488676477aa5e4ba83 (diff)
parent596f48a0a0c29e683fb31bc837ff54b1b8ca7343 (diff)
downloadlibayatana-appindicator-3d4fdfb100856205654c8926600207b01820391b.tar.gz
libayatana-appindicator-3d4fdfb100856205654c8926600207b01820391b.tar.bz2
libayatana-appindicator-3d4fdfb100856205654c8926600207b01820391b.zip
New upstream release (0.2.95)
∘ Fixing build for GTK2/3 dual build
Diffstat (limited to 'tests/Makefile.in')
-rw-r--r--tests/Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Makefile.in b/tests/Makefile.in
index 9f0135d..e1ff4c6 100644
--- a/tests/Makefile.in
+++ b/tests/Makefile.in
@@ -1034,6 +1034,7 @@ test-libappindicator-fallback: test-libappindicator-fallback-watcher test-libapp
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 $@