]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
build vapigen and vala-gen-project with newly built valac
authorJuerg Billeter <j@bitron.ch>
Sat, 22 Dec 2007 11:36:45 +0000 (11:36 +0000)
committerJürg Billeter <juergbi@src.gnome.org>
Sat, 22 Dec 2007 11:36:45 +0000 (11:36 +0000)
2007-12-22  Juerg Billeter  <j@bitron.ch>

* vapigen/Makefile.am, gen-project/Makefile.am: build vapigen and
  vala-gen-project with newly built valac

svn path=/trunk/; revision=784

ChangeLog
gen-project/Makefile.am
vapigen/Makefile.am

index 80c78384e5799fae0394db92804ef9033dacd835..b8bd3f8392c7e5ee22dccbcbe46a690c7a5f5f87 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-12-22  Jürg Billeter  <j@bitron.ch>
+
+       * vapigen/Makefile.am, gen-project/Makefile.am: build vapigen and
+         vala-gen-project with newly built valac
+
 2007-12-20  Jürg Billeter  <j@bitron.ch>
 
        * vapi/libxml-2.0.vapi: add tree and xpath bindings, use pointers,
index c8389eee6d9a1301996f7afce1f59ea6a910683b..68002f5e107592cd195bb80c8f20194f905c9e71 100644 (file)
@@ -1,5 +1,7 @@
 NULL =
 
+VALAC = $(top_builddir)/compiler/valac
+
 AM_CPPFLAGS = \
        -I$(top_srcdir) \
        $(GLIB_CFLAGS) \
index e24ff4ca314356b5209a5ada16a1ae12683d13d0..52e8db4532d733901b0d4dc0105ed0dfc6f40aa1 100644 (file)
@@ -1,5 +1,7 @@
 NULL =
 
+VALAC = $(top_builddir)/compiler/valac
+
 SUBDIRS = \
        vala-gen-introspect \
        $(NULL)