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 0a436c7..9347d77 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 4c092f3..83e63da 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)