diff options
author | Ken VanDine <ken.vandine@canonical.com> | 2011-01-27 22:23:52 -0500 |
---|---|---|
committer | Ken VanDine <ken.vandine@canonical.com> | 2011-01-27 22:23:52 -0500 |
commit | 93d52e4976dc0df8929afa404cab58889a46d723 (patch) | |
tree | b039f60c53cc7b7b2d53b2c8612e7228afd38a51 /bindings | |
parent | be00d0092e640dcdb0c5a64f9a8a20178245b716 (diff) | |
parent | 19c543fd42571ef3e011db21a6d93e93d7da4483 (diff) | |
download | libayatana-appindicator-93d52e4976dc0df8929afa404cab58889a46d723.tar.gz libayatana-appindicator-93d52e4976dc0df8929afa404cab58889a46d723.tar.bz2 libayatana-appindicator-93d52e4976dc0df8929afa404cab58889a46d723.zip |
Import upstream version 0.2.92
Diffstat (limited to 'bindings')
-rw-r--r-- | bindings/Makefile.am | 4 | ||||
-rw-r--r-- | bindings/Makefile.in | 9 |
2 files changed, 9 insertions, 4 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 diff --git a/bindings/Makefile.in b/bindings/Makefile.in index 422b99b..6ee6946 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 = $(SUBDIRS) +DIST_SUBDIRS = mono python DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) am__relativize = \ dir0=`pwd`; \ @@ -263,10 +263,11 @@ target_alias = @target_alias@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ -SUBDIRS = \ - mono \ - python +@USE_GTK3_FALSE@SUBDIRS = \ +@USE_GTK3_FALSE@ mono \ +@USE_GTK3_FALSE@ python +@USE_GTK3_TRUE@SUBDIRS = mono all: all-recursive .SUFFIXES: |