From: Thadeu Lima de Souza Cascardo Date: Sun, 8 Feb 2009 05:33:36 +0000 (-0200) Subject: Category XML header was not distributed. X-Git-Url: http://git.cascardo.info/?p=cascardo%2Fatompub.git;a=commitdiff_plain;h=ca7a79ec27af5eca85bf772cb1455b5d8c35f37a Category XML header was not distributed. This introduced a build error in applications using the XML interface. Since atom-xml.h includes category-xml.h, which was not distributed, the pre-processor couldn't find and build errors happened in applications. --- diff --git a/include/atompub/Makefile.am b/include/atompub/Makefile.am index 8af120b..1b94248 100644 --- a/include/atompub/Makefile.am +++ b/include/atompub/Makefile.am @@ -1,4 +1,5 @@ pkginclude_HEADERS = atom.h config.h ctx.h entry.h person.h error.h feed.h \ id.h iri.h backend.h atom-glib.h error-glib.h atom-xml.h \ entry-xml.h person-xml.h feed-xml.h globals.h \ - map.h frontend.h request.h core.h category.h + map.h frontend.h request.h core.h category.h \ + category-xml.h