summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorPhilip Withnall <philip@tecnocode.co.uk>2010-08-21 23:48:31 +0100
committerPhilip Withnall <philip@tecnocode.co.uk>2010-08-22 00:48:58 +0100
commite7b9b03f19bbd3b6c07aa9fe19932c8b24771a5b (patch)
tree428a8faa7aef91dd1ad670f3a3cb2ed41891ab95 /Makefile.am
parent14b888cd4da261e8fdc6b139d63c39d963b3ce29 (diff)
downloadlibgdata-e7b9b03f19bbd3b6c07aa9fe19932c8b24771a5b.tar.gz
[documents] Add GDataDocumentsDocument below GDataDocumentsEntry
It's the new parent class of GDataDocumentsPresentation, GDataDocumentsSpreadsheet and GDataDocumentsText. This breaks API. Helps: bgo#607616
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index e86dd55e..fa6dd433 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -238,6 +238,7 @@ gdata_documents_headers = \
gdata/services/documents/gdata-documents-feed.h \
gdata/services/documents/gdata-documents-entry.h \
gdata/services/documents/gdata-documents-query.h \
+ gdata/services/documents/gdata-documents-document.h \
gdata/services/documents/gdata-documents-text.h \
gdata/services/documents/gdata-documents-presentation.h \
gdata/services/documents/gdata-documents-folder.h \
@@ -341,6 +342,7 @@ gdata_sources = \
gdata/services/documents/gdata-documents-service.c \
gdata/services/documents/gdata-documents-feed.c \
gdata/services/documents/gdata-documents-entry.c \
+ gdata/services/documents/gdata-documents-document.c \
gdata/services/documents/gdata-documents-text.c \
gdata/services/documents/gdata-documents-presentation.c \
gdata/services/documents/gdata-documents-spreadsheet.c \