aboutsummaryrefslogtreecommitdiff
path: root/bindings/Makefile.am
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2011-01-27 14:53:57 -0600
committerTed Gould <ted@gould.cx>2011-01-27 14:53:57 -0600
commit41981b1b0cc723c58e515702fc34cfd6bf500ae9 (patch)
treee762d6405bdd99fbb8eb7be45522bfa51a7dd941 /bindings/Makefile.am
parentbe00d0092e640dcdb0c5a64f9a8a20178245b716 (diff)
parent19c543fd42571ef3e011db21a6d93e93d7da4483 (diff)
downloadlibayatana-appindicator-41981b1b0cc723c58e515702fc34cfd6bf500ae9.tar.gz
libayatana-appindicator-41981b1b0cc723c58e515702fc34cfd6bf500ae9.tar.bz2
libayatana-appindicator-41981b1b0cc723c58e515702fc34cfd6bf500ae9.zip
Import upstream version 0.2.92
Diffstat (limited to 'bindings/Makefile.am')
-rw-r--r--bindings/Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/bindings/Makefile.am b/bindings/Makefile.am
index 71abb6c..f74dec5 100644
--- a/bindings/Makefile.am
+++ b/bindings/Makefile.am
@@ -1,3 +1,7 @@
+if USE_GTK3
+SUBDIRS = mono
+else
SUBDIRS = \
mono \
python
+endif