From ca7a79ec27af5eca85bf772cb1455b5d8c35f37a Mon Sep 17 00:00:00 2001 From: Thadeu Lima de Souza Cascardo Date: Sun, 8 Feb 2009 03:33:36 -0200 Subject: [PATCH] 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. --- include/atompub/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.20.1