From: Juerg Billeter Date: Sat, 22 Dec 2007 11:36:45 +0000 (+0000) Subject: build vapigen and vala-gen-project with newly built valac X-Git-Tag: VALA_0_1_6~83 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a5e0de132cb1e1f7a8b3142af73e7ec2aae0e48e;p=thirdparty%2Fvala.git build vapigen and vala-gen-project with newly built valac 2007-12-22 Juerg Billeter * vapigen/Makefile.am, gen-project/Makefile.am: build vapigen and vala-gen-project with newly built valac svn path=/trunk/; revision=784 --- diff --git a/ChangeLog b/ChangeLog index 80c78384e..b8bd3f839 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-12-22 Jürg Billeter + + * vapigen/Makefile.am, gen-project/Makefile.am: build vapigen and + vala-gen-project with newly built valac + 2007-12-20 Jürg Billeter * vapi/libxml-2.0.vapi: add tree and xpath bindings, use pointers, diff --git a/gen-project/Makefile.am b/gen-project/Makefile.am index c8389eee6..68002f5e1 100644 --- a/gen-project/Makefile.am +++ b/gen-project/Makefile.am @@ -1,5 +1,7 @@ NULL = +VALAC = $(top_builddir)/compiler/valac + AM_CPPFLAGS = \ -I$(top_srcdir) \ $(GLIB_CFLAGS) \ diff --git a/vapigen/Makefile.am b/vapigen/Makefile.am index e24ff4ca3..52e8db453 100644 --- a/vapigen/Makefile.am +++ b/vapigen/Makefile.am @@ -1,5 +1,7 @@ NULL = +VALAC = $(top_builddir)/compiler/valac + SUBDIRS = \ vala-gen-introspect \ $(NULL)