aboutsummaryrefslogtreecommitdiff
path: root/bindings/Makefile.am
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2011-02-10 14:57:31 -0600
committerTed Gould <ted@gould.cx>2011-02-10 14:57:31 -0600
commita9814d5d7acde62dd8f5cf3424f795bb4c977dd1 (patch)
tree11f2e90896af12c6718eb4b408347bb22b643672 /bindings/Makefile.am
parent6def775bc45fdcf7ce59ccd08dd89c751b5cf3d3 (diff)
parent18d89929cb035b798916e10a6aa253fd5bcf4e7d (diff)
downloadlibayatana-appindicator-a9814d5d7acde62dd8f5cf3424f795bb4c977dd1.tar.gz
libayatana-appindicator-a9814d5d7acde62dd8f5cf3424f795bb4c977dd1.tar.bz2
libayatana-appindicator-a9814d5d7acde62dd8f5cf3424f795bb4c977dd1.zip
New upstream release.
∘ Fix Vala bindings ∘ Add support for scroll events
Diffstat (limited to 'bindings/Makefile.am')
-rw-r--r--bindings/Makefile.am7
1 files changed, 5 insertions, 2 deletions
diff --git a/bindings/Makefile.am b/bindings/Makefile.am
index f74dec5..8e621e4 100644
--- a/bindings/Makefile.am
+++ b/bindings/Makefile.am
@@ -1,7 +1,10 @@
if USE_GTK3
-SUBDIRS = mono
+SUBDIRS = \
+ mono \
+ vala
else
SUBDIRS = \
mono \
- python
+ python \
+ vala
endif