From 28b2c08f60f54a78596746e204f4d0092587a09a Mon Sep 17 00:00:00 2001 From: rootavish Date: Sun, 18 May 2014 21:57:45 +0530 Subject: adding epub support : created Makefiles,modified configuration script kickoff commit to add ePub support , creating a subdirectory structure and modified makefiles and configure script to accomodate for ePub . As the sources are done , these will be further changed accordingly . --- backend/Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'backend/Makefile.am') diff --git a/backend/Makefile.am b/backend/Makefile.am index ef76c4ee..1c042067 100644 --- a/backend/Makefile.am +++ b/backend/Makefile.am @@ -34,6 +34,10 @@ if ENABLE_XPS SUBDIRS += xps endif +if ENABLE_EPUB + SUBDIRS += epub +endif + EXTRA_DIST = \ backend.symbols -- cgit v1.2.1