From: Raffaele Sandrini Date: Wed, 15 Aug 2007 09:17:35 +0000 (+0000) Subject: create gee-1.0 vapi; this makes it possible to use the vala shipped libgee X-Git-Tag: VALA_0_1_3~86 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=444d84be75abdd2159ca6a765223e49dfbdb58d0;p=thirdparty%2Fvala.git create gee-1.0 vapi; this makes it possible to use the vala shipped libgee 2007-08-15 Raffaele Sandrini * 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 --- diff --git a/ChangeLog b/ChangeLog index d0e40fc0c..b16b2db3f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2007-08-15 Raffaele Sandrini + + * 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 * vala/valainterfacewriter.vala: diff --git a/vapi/Makefile.am b/vapi/Makefile.am index cbde92dfc..113e7303f 100644 --- a/vapi/Makefile.am +++ b/vapi/Makefile.am @@ -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)