From 0a4d3f34a8aee74019759ace24f84672a98122b4 Mon Sep 17 00:00:00 2001 From: rootavish Date: Sat, 24 May 2014 05:38:31 +0530 Subject: XML parsing for ePub using libxml some functions were written which will be used to get keywords,attributes from files such as the ePub container.tried to keep the code generalised so as to facilitate reusability of code. --- backend/epub/Makefile.am | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'backend/epub/Makefile.am') diff --git a/backend/epub/Makefile.am b/backend/epub/Makefile.am index 6ecbdb2a..4371cde8 100644 --- a/backend/epub/Makefile.am +++ b/backend/epub/Makefile.am @@ -1,4 +1,4 @@ -AM_CPPFLAGS = \ +AM_CPPFLAGS = \ -I$(top_srcdir) \ -I$(top_srcdir)/libdocument \ -DMATELOCALEDIR=\"$(datadir)/locale\" \ @@ -9,8 +9,9 @@ AM_CPPFLAGS = \ backend_LTLIBRARIES = libepubdocument.la -libepubdocument_la_SOURCES = - +libepubdocument_la_SOURCES = \ + epub-document.c \ + epub-document.h libepubdocument_la_LDFLAGS = $(BACKEND_LIBTOOL_FLAGS) libepubdocument_la_LIBADD = \ -- cgit v1.2.1