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 80c7838..b8bd3f8 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 c8389ee..68002f5 100644 (file)
@@ -1,5 +1,7 @@
 NULL =
 
+VALAC = $(top_builddir)/compiler/valac
+
 AM_CPPFLAGS = \
        -I$(top_srcdir) \
        $(GLIB_CFLAGS) \
index e24ff4c..52e8db4 100644 (file)
@@ -1,5 +1,7 @@
 NULL =
 
+VALAC = $(top_builddir)/compiler/valac
+
 SUBDIRS = \
        vala-gen-introspect \
        $(NULL)