aboutsummaryrefslogtreecommitdiff
path: root/bindings
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2011-01-27 08:53:38 -0600
committerTed Gould <ted@gould.cx>2011-01-27 08:53:38 -0600
commitceb50bdad13b935da467d6913fa428fd9c8b1dda (patch)
treead522bbf0b34603ac3f3f98cdfdee712115862d9 /bindings
parentd0a0e2af977c560d9fad942f569d64960ce60c20 (diff)
parenta3548cc32eb8b39a529ae1ce636c19c2f07f2150 (diff)
downloadlibayatana-appindicator-ceb50bdad13b935da467d6913fa428fd9c8b1dda.tar.gz
libayatana-appindicator-ceb50bdad13b935da467d6913fa428fd9c8b1dda.tar.bz2
libayatana-appindicator-ceb50bdad13b935da467d6913fa428fd9c8b1dda.zip
Sync to trunk
Diffstat (limited to 'bindings')
-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