From d57fa16e9e8c9091ebf826af94a0c3ad1a593596 Mon Sep 17 00:00:00 2001 From: rootavish Date: Thu, 19 Jun 2014 14:19:48 +0530 Subject: Epub backend builds as a part of Atril compilation Fixed a tabbing error in backend/Makefile.am due to which the epub backend was not a target when building recursilvely, i am not commiting the changes to epub-document.c as currently it will break the build, hope to fix it and get webkit and mathjax done by the weekend. Also fixed an error in configure.ac wherin the appearance of AM_LIBTOOL_PROG before AC_CXX_PROG caused a "link:unsupported hardcode properties error" on Linux Mint. --- backend/epub/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'backend/epub/Makefile.am') diff --git a/backend/epub/Makefile.am b/backend/epub/Makefile.am index a40f5ff1..31dd455e 100644 --- a/backend/epub/Makefile.am +++ b/backend/epub/Makefile.am @@ -1,3 +1,5 @@ +SUBDIRS = minizip + AM_CPPFLAGS = \ -I$(top_srcdir) \ -I$(top_srcdir)/libdocument \ -- cgit v1.2.1