aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2013-12-19 17:34:38 +0000
committerTarmac <Unknown>2013-12-19 17:34:38 +0000
commit25762ad8307f81c09307419d48fdfb94bdc396ae (patch)
treee4b3c053e75d0df5c375e428499ac5e38de92b34 /Makefile.am
parent65bc7f80becdd2f2e01be4e14a7d2d960615cdb9 (diff)
parent52c50b3f9b571f44dc1f255365dc5c90ab2c6730 (diff)
downloadlibayatana-appindicator-25762ad8307f81c09307419d48fdfb94bdc396ae.tar.gz
libayatana-appindicator-25762ad8307f81c09307419d48fdfb94bdc396ae.tar.bz2
libayatana-appindicator-25762ad8307f81c09307419d48fdfb94bdc396ae.zip
Fix build failures on trusty. Fixes: https://bugs.launchpad.net/bugs/1262655.
Approved by PS Jenkins bot, Charles Kerr.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 583bb5f..b76dff5 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -3,9 +3,11 @@ ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
SUBDIRS = \
src \
bindings \
- example \
docs
+# FIXME: Disabled, vala error
+# example
+
if WANT_TESTS
SUBDIRS += tests
endif