summaryrefslogtreecommitdiff
path: root/backend/Makefile.am
diff options
context:
space:
mode:
authorWu Xiaotian <[email protected]>2019-01-29 17:50:46 +0800
committerWu Xiaotian <[email protected]>2019-03-06 12:11:01 +0800
commit70a278d95023d368570b6285ae8e2c2e559220f0 (patch)
tree341d832e24a40760984793dc8bd5fede0df1fe0f /backend/Makefile.am
parent2b66cf239e0094f385df95eec313b2c0249acb91 (diff)
downloadatril-wip/libgepub.tar.bz2
atril-wip/libgepub.tar.xz
drop current epub supportwip/libgepub
Diffstat (limited to 'backend/Makefile.am')
-rw-r--r--backend/Makefile.am4
1 files changed, 0 insertions, 4 deletions
diff --git a/backend/Makefile.am b/backend/Makefile.am
index 49bfdf6a..ef76c4ee 100644
--- a/backend/Makefile.am
+++ b/backend/Makefile.am
@@ -6,10 +6,6 @@ if ENABLE_PDF
SUBDIRS += pdf
endif
-if ENABLE_EPUB
-SUBDIRS += epub
-endif
-
if ENABLE_PS
SUBDIRS += ps
endif