aboutsummaryrefslogtreecommitdiff
path: root/bindings/Makefile.am
diff options
context:
space:
mode:
authorSebastien Bacher <seb128@ubuntu.com>2012-07-11 21:19:21 +0200
committerSebastien Bacher <seb128@ubuntu.com>2012-07-11 21:19:21 +0200
commit63a49add5aeadd0214546f75da1223e5075ae4b4 (patch)
tree354c56392bed14f2567583cdd26ae1057eb2b4e7 /bindings/Makefile.am
parentf48015750da9de138ac198e983f8d74a0830b658 (diff)
parentdfefc88e26e184b5ab485585b34a663456930746 (diff)
downloadlibayatana-appindicator-63a49add5aeadd0214546f75da1223e5075ae4b4.tar.gz
libayatana-appindicator-63a49add5aeadd0214546f75da1223e5075ae4b4.tar.bz2
libayatana-appindicator-63a49add5aeadd0214546f75da1223e5075ae4b4.zip
New upstream release.
Diffstat (limited to 'bindings/Makefile.am')
-rw-r--r--bindings/Makefile.am6
1 files changed, 4 insertions, 2 deletions
diff --git a/bindings/Makefile.am b/bindings/Makefile.am
index 8e621e4..d1f6d73 100644
--- a/bindings/Makefile.am
+++ b/bindings/Makefile.am
@@ -1,10 +1,12 @@
if USE_GTK3
SUBDIRS = \
- mono \
vala
else
SUBDIRS = \
- mono \
python \
vala
endif
+
+if HAS_MONO
+SUBDIRS += mono
+endif