diff options
author | Ted Gould <ted@gould.cx> | 2011-01-27 08:53:38 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-01-27 08:53:38 -0600 |
commit | ceb50bdad13b935da467d6913fa428fd9c8b1dda (patch) | |
tree | ad522bbf0b34603ac3f3f98cdfdee712115862d9 /bindings | |
parent | d0a0e2af977c560d9fad942f569d64960ce60c20 (diff) | |
parent | a3548cc32eb8b39a529ae1ce636c19c2f07f2150 (diff) | |
download | libayatana-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.am | 4 |
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 |