[gxml] Autotools: fix build
- From: Daniel Espinosa Ortiz <despinosa src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gxml] Autotools: fix build
- Date: Wed, 20 Mar 2019 17:45:41 +0000 (UTC)
commit 88a5575606ebd02abfedabb8d0b04eb9796b6986
Author: Daniel Espinosa <esodan gmail com>
Date: Wed Mar 20 11:45:11 2019 -0600
Autotools: fix build
examples/c/document_new.c | 2 +-
gxml/Makefile.am | 9 +++++++--
po/POTFILES.in | 3 ++-
po/POTFILES.skip | 6 ++++--
4 files changed, 14 insertions(+), 6 deletions(-)
---
diff --git a/examples/c/document_new.c b/examples/c/document_new.c
index 5581969..90af43e 100644
--- a/examples/c/document_new.c
+++ b/examples/c/document_new.c
@@ -82,7 +82,7 @@ int main () {
g_object_unref (book);
}
- str = gxml_gom_element_write_string (GXML_GOM_ELEMENT (root), &error);
+ str = gxml_dom_element_write_string (GXML_GOM_ELEMENT (root), &error);
if (error != NULL) {
printf ("Error writing string from root: %s", error->message);
exit (1);
diff --git a/gxml/Makefile.am b/gxml/Makefile.am
index 3f830d9..144c4a3 100644
--- a/gxml/Makefile.am
+++ b/gxml/Makefile.am
@@ -85,14 +85,19 @@ sources = \
DomRange.vala \
XPath.vala \
GXPathObject.vala \
+ GomArrayList.vala \
+ GomAttr.vala \
+ GomBaseCollection.vala \
GomDocument.vala \
GomElement.vala \
- GomAttr.vala \
+ GomHashMap.vala \
+ GomHashPairedMap.vala \
+ GomHashThreeMap.vala \
GomNode.vala \
GomText.vala \
GomObject.vala \
- GomCollections.vala \
GomProperty.vala \
+ GomStringRef.vala \
Parser.vala \
XParser.vala \
Schema.vala \
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 4ca8a89..96a4688 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -6,9 +6,10 @@ gxml/Document.vala
gxml/DomCharacter.vala
gxml/DomNode.vala
gxml/Enumeration.vala
-gxml/GomCollections.vala
+gxml/GomBaseCollection.vala
gxml/GomDocument.vala
gxml/GomElement.vala
+gxml/GomHashPairedMap.vala
gxml/GomNode.vala
gxml/GomObject.vala
gxml/GomProperty.vala
diff --git a/po/POTFILES.skip b/po/POTFILES.skip
index 0bc3759..1b846d3 100644
--- a/po/POTFILES.skip
+++ b/po/POTFILES.skip
@@ -6,9 +6,10 @@ gxml/Document.c
gxml/DomCharacter.c
gxml/DomNode.c
gxml/Enumeration.c
-gxml/GomCollections.c
+gxml/GomBaseCollection.c
gxml/GomDocument.c
gxml/GomElement.c
+gxml/GomHashPairedMap.c
gxml/GomNode.c
gxml/GomObject.c
gxml/GomProperty.c
@@ -38,9 +39,10 @@ sub/gxml/Document.c
sub/gxml/DomCharacter.c
sub/gxml/DomNode.c
sub/gxml/Enumeration.c
-sub/gxml/GomCollections.c
+sub/gxml/GomBaseCollection.c
sub/gxml/GomDocument.c
sub/gxml/GomElement.c
+sub/gxml/GomHashPairedMap.c
sub/gxml/GomNode.c
sub/gxml/GomObject.c
sub/gxml/GomProperty.c
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]