diff options
Diffstat (limited to 'bindings/Makefile.in')
-rw-r--r-- | bindings/Makefile.in | 18 |
1 files changed, 10 insertions, 8 deletions
diff --git a/bindings/Makefile.in b/bindings/Makefile.in index 6ee6946..5e4e657 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 = mono python +DIST_SUBDIRS = mono python vala DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) am__relativize = \ dir0=`pwd`; \ @@ -205,6 +202,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 +263,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: |