From 070a26ed403e9a0c330ee7901c5b85394317ef77 Mon Sep 17 00:00:00 2001 From: rootavish Date: Fri, 30 May 2014 00:11:14 +0530 Subject: Added functions to extract epub archive,fixed header In this commit i added functionality to extract an epub archive to a temporary location.Again i tried to keep the design modular. This will be changed as changes come along. I also fixed the header to the standard atril backend header. Performed some code cleaning, naming functions as in the atril style of coding. --- backend/epub/Makefile.am | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'backend/epub/Makefile.am') diff --git a/backend/epub/Makefile.am b/backend/epub/Makefile.am index 4371cde8..252fea2a 100644 --- a/backend/epub/Makefile.am +++ b/backend/epub/Makefile.am @@ -10,8 +10,12 @@ AM_CPPFLAGS = \ backend_LTLIBRARIES = libepubdocument.la libepubdocument_la_SOURCES = \ - epub-document.c \ - epub-document.h + epub-document.c \ + epub-document.h \ + ioapi.c \ + ioapi.h \ + unzip.c \ + unzip.h libepubdocument_la_LDFLAGS = $(BACKEND_LIBTOOL_FLAGS) libepubdocument_la_LIBADD = \ -- cgit v1.2.1