aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorMatthias Klose <doko@ubuntu.com>2013-12-19 08:37:54 -0600
committerTed Gould <ted@gould.cx>2013-12-19 08:37:54 -0600
commita703b19e43e0ed39b2ef2e76953199ed66ebbf35 (patch)
tree0f9a39c9eed1e42c89ce86a90e583edacca84a5d /Makefile.am
parent65bc7f80becdd2f2e01be4e14a7d2d960615cdb9 (diff)
downloadlibayatana-appindicator-a703b19e43e0ed39b2ef2e76953199ed66ebbf35.tar.gz
libayatana-appindicator-a703b19e43e0ed39b2ef2e76953199ed66ebbf35.tar.bz2
libayatana-appindicator-a703b19e43e0ed39b2ef2e76953199ed66ebbf35.zip
* Build with -Wno-error=deprecated-declarations.
* Don't build the mono bindings on ppc64el, not available. * Disable building the example, vala build error.
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