diff options
author | Ted Gould <ted@gould.cx> | 2011-01-27 14:54:38 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-01-27 14:54:38 -0600 |
commit | 9ba798d6097b8f61e587a87d0eca96f48537d661 (patch) | |
tree | ec4bd2a9620f9543a5654d2bdec9a73830f1da82 /bindings/Makefile.in | |
parent | 11add3f09572d15b8e73e5e86cda5c554d7a8a96 (diff) | |
parent | 41981b1b0cc723c58e515702fc34cfd6bf500ae9 (diff) | |
download | libayatana-appindicator-9ba798d6097b8f61e587a87d0eca96f48537d661.tar.gz libayatana-appindicator-9ba798d6097b8f61e587a87d0eca96f48537d661.tar.bz2 libayatana-appindicator-9ba798d6097b8f61e587a87d0eca96f48537d661.zip |
New upstream release.
Diffstat (limited to 'bindings/Makefile.in')
-rw-r--r-- | bindings/Makefile.in | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/bindings/Makefile.in b/bindings/Makefile.in index 422b99b..412f0b3 100644 --- a/bindings/Makefile.in +++ b/bindings/Makefile.in @@ -36,11 +36,8 @@ host_triplet = @host@ subdir = bindings DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -am__aclocal_m4_deps = $(top_srcdir)/m4/gtk-doc.m4 \ - $(top_srcdir)/m4/introspection.m4 $(top_srcdir)/m4/libtool.m4 \ - $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ - $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ - $(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.ac +am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \ + $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) mkinstalldirs = $(install_sh) -d @@ -69,7 +66,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 +260,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: |