diff options
author | Ted Gould <ted@gould.cx> | 2011-02-10 14:57:31 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-02-10 14:57:31 -0600 |
commit | a9814d5d7acde62dd8f5cf3424f795bb4c977dd1 (patch) | |
tree | 11f2e90896af12c6718eb4b408347bb22b643672 /bindings/Makefile.in | |
parent | 6def775bc45fdcf7ce59ccd08dd89c751b5cf3d3 (diff) | |
parent | 18d89929cb035b798916e10a6aa253fd5bcf4e7d (diff) | |
download | libayatana-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.in')
-rw-r--r-- | bindings/Makefile.in | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/bindings/Makefile.in b/bindings/Makefile.in index 6ee6946..e9ae1e6 100644 --- a/bindings/Makefile.in +++ b/bindings/Makefile.in @@ -69,7 +69,7 @@ AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \ distdir ETAGS = etags CTAGS = ctags -DIST_SUBDIRS = mono python +DIST_SUBDIRS = mono python vala DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) am__relativize = \ dir0=`pwd`; \ @@ -205,6 +205,7 @@ SHELL = @SHELL@ STRIP = @STRIP@ TESTDEPS_CFLAGS = @TESTDEPS_CFLAGS@ TESTDEPS_LIBS = @TESTDEPS_LIBS@ +VALAC = @VALAC@ VALA_API_GEN = @VALA_API_GEN@ VERSION = @VERSION@ abs_builddir = @abs_builddir@ @@ -265,9 +266,13 @@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ @USE_GTK3_FALSE@SUBDIRS = \ @USE_GTK3_FALSE@ mono \ -@USE_GTK3_FALSE@ python +@USE_GTK3_FALSE@ python \ +@USE_GTK3_FALSE@ vala + +@USE_GTK3_TRUE@SUBDIRS = \ +@USE_GTK3_TRUE@ mono \ +@USE_GTK3_TRUE@ vala -@USE_GTK3_TRUE@SUBDIRS = mono all: all-recursive .SUFFIXES: |