aboutsummaryrefslogtreecommitdiff
path: root/bindings
diff options
context:
space:
mode:
authorKen VanDine <ken.vandine@canonical.com>2011-01-27 22:34:15 -0500
committerKen VanDine <ken.vandine@canonical.com>2011-01-27 22:34:15 -0500
commitb7ad7ae08ee02fdd8464141b84baa4225daedb28 (patch)
tree502b41d38a508fae407d40bd551c1da8888f5fb2 /bindings
parent62f943d3f3892a59585eba750290757c5c84c81d (diff)
parent93d52e4976dc0df8929afa404cab58889a46d723 (diff)
downloadlibayatana-appindicator-b7ad7ae08ee02fdd8464141b84baa4225daedb28.tar.gz
libayatana-appindicator-b7ad7ae08ee02fdd8464141b84baa4225daedb28.tar.bz2
libayatana-appindicator-b7ad7ae08ee02fdd8464141b84baa4225daedb28.zip
releasing version 0.2.92-0ubuntu10.2.92-0ubuntu1
Diffstat (limited to 'bindings')
-rw-r--r--bindings/Makefile.am4
-rw-r--r--bindings/Makefile.in9
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: