]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
create gee-1.0 vapi; this makes it possible to use the vala shipped libgee
authorRaffaele Sandrini <raffaele@sandrini.ch>
Wed, 15 Aug 2007 09:17:35 +0000 (09:17 +0000)
committerRaffaele Sandrini <rasa@src.gnome.org>
Wed, 15 Aug 2007 09:17:35 +0000 (09:17 +0000)
2007-08-15  Raffaele Sandrini  <raffaele@sandrini.ch>

* vapi/Makefile.am: create gee-1.0 vapi; this makes it possible to
  use the vala shipped libgee copy without an separate installed
  version of libgee i.e. it enables to run the tests without installed
  libgee

svn path=/trunk/; revision=468

ChangeLog
vapi/Makefile.am

index d0e40fc0c64bfb7f8a778221baa56a363e5bfcb2..b16b2db3f500ffb4fc7b2414fb4f865540758908 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2007-08-15  Raffaele Sandrini  <raffaele@sandrini.ch>
+
+       * vapi/Makefile.am: create gee-1.0 vapi; this makes it possible to
+         use the vala shipped libgee copy without an separate installed
+         version of libgee i.e. it enables to run the tests without installed
+         libgee
+
 2007-08-14  Mathias Hasselmann  <mathias.hasselmann@gmx.de>
 
        * vala/valainterfacewriter.vala:
index cbde92dfc466fbb3ce53ad3657fc269586827cfd..113e7303fc0ce4670b8af31b3619ebc502819bb7 100644 (file)
@@ -5,6 +5,9 @@ vapidir = $(pkgdatadir)/vapi
 vala-1.0.vala: ../ccode/ccode.vala ../vala/vala.vala ../gobject/gobject.vala
        cat $^ > $@
 
+gee-1.0.vala: ../gee/gee.vala
+       cat $^ > $@
+
 dist_vapi_DATA = \
        atk.vala \
        cairo.vala \
@@ -42,4 +45,5 @@ dist_vapi_DATA = \
 
 dist_noinst_DATA = \
        config.vala \
+       gee-1.0.vala \
        $(NULL)