diff options
-rw-r--r-- | backend/epub/epub-document.c | 2 | ||||
-rw-r--r-- | backend/epub/epub-document.h | 2 | ||||
-rw-r--r-- | backend/epub/minizip/ioapi.c (renamed from backend/epub/ioapi.c) | 0 | ||||
-rw-r--r-- | backend/epub/minizip/ioapi.h (renamed from backend/epub/ioapi.h) | 0 | ||||
-rw-r--r-- | backend/epub/minizip/unzip.c (renamed from backend/epub/unzip.c) | 0 | ||||
-rw-r--r-- | backend/epub/minizip/unzip.h (renamed from backend/epub/unzip.h) | 0 | ||||
-rw-r--r-- | configure.ac | 2 |
7 files changed, 3 insertions, 3 deletions
diff --git a/backend/epub/epub-document.c b/backend/epub/epub-document.c index 165bbc85..3154072f 100644 --- a/backend/epub/epub-document.c +++ b/backend/epub/epub-document.c @@ -324,4 +324,4 @@ extract_one_file(GError ** error) g_free(currentfilename); g_free(buffer); -}
\ No newline at end of file +} diff --git a/backend/epub/epub-document.h b/backend/epub/epub-document.h index 4b57e178..5fff2514 100644 --- a/backend/epub/epub-document.h +++ b/backend/epub/epub-document.h @@ -5,7 +5,7 @@ G_BEGIN_DECLS -#define EPUB_TYPE_DOCUMENT (EPUB_document_get_type ()) +#define EPUB_TYPE_DOCUMENT (epub_document_get_type ()) #define EPUB_DOCUMENT(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), EPUB_TYPE_DOCUMENT, ePubDocument)) #define EPUB_IS_DOCUMENT(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), EPUB_TYPE_DOCUMENT)) diff --git a/backend/epub/ioapi.c b/backend/epub/minizip/ioapi.c index 7f5c191b..7f5c191b 100644 --- a/backend/epub/ioapi.c +++ b/backend/epub/minizip/ioapi.c diff --git a/backend/epub/ioapi.h b/backend/epub/minizip/ioapi.h index 8dcbdb06..8dcbdb06 100644 --- a/backend/epub/ioapi.h +++ b/backend/epub/minizip/ioapi.h diff --git a/backend/epub/unzip.c b/backend/epub/minizip/unzip.c index 90935043..90935043 100644 --- a/backend/epub/unzip.c +++ b/backend/epub/minizip/unzip.c diff --git a/backend/epub/unzip.h b/backend/epub/minizip/unzip.h index 2104e391..2104e391 100644 --- a/backend/epub/unzip.h +++ b/backend/epub/minizip/unzip.h diff --git a/configure.ac b/configure.ac index 9532b744..baa7ffd2 100644 --- a/configure.ac +++ b/configure.ac @@ -884,5 +884,5 @@ Configure summary: Pixbuf Backend.....: $enable_pixbuf Comics Backend.....: $enable_comics XPS Backend........: $enable_xps - ePub Backend.......: $enable_epub + ePub Backend.......: $enable_epub " |