]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
add libxml-2.0 also to the Makefile
authorRaffaele Sandrini <rasa@src.gnome.org>
Thu, 15 Jun 2006 08:01:17 +0000 (08:01 +0000)
committerRaffaele Sandrini <rasa@src.gnome.org>
Thu, 15 Jun 2006 08:01:17 +0000 (08:01 +0000)
* add libxml-2.0 also to the Makefile

svn path=/trunk/; revision=46

vala/ChangeLog
vala/vapi/Makefile.am

index 0a436c7de9524649549b4a7a1673d8a01c9fe9d8..9347d778bccf71efee81118582a07417b5c80a8b 100644 (file)
@@ -1,6 +1,7 @@
 2006-06-15  Raffaele Sandrini <rasa@gmx.ch>
 
        * vapi/libxml-2.0.vala: add basic libxml2 reader support
+       * vapi/Makefile.am: add libxml-2.0.vala
 
 2006-06-14  Jürg Billeter  <j@bitron.ch>
 
index 4c092f3503cd6d63f5f9145388cfb9d91c6b4c26..83e63da7878071e221af66633a24864db25b73b8 100644 (file)
@@ -3,5 +3,6 @@ NULL =
 vapidir = $(pkgdatadir)/vapi
 
 dist_vapi_DATA = \
-       glib-2.0.vala
+       glib-2.0.vala \
+       libxml-2.0.vala \
        $(NULL)