aboutsummaryrefslogtreecommitdiff
path: root/bindings/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'bindings/Makefile.in')
-rw-r--r--bindings/Makefile.in16
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: