summaryrefslogtreecommitdiff
path: root/libview/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 /libview/Makefile.am
parent2b66cf239e0094f385df95eec313b2c0249acb91 (diff)
downloadatril-70a278d95023d368570b6285ae8e2c2e559220f0.tar.bz2
atril-70a278d95023d368570b6285ae8e2c2e559220f0.tar.xz
drop current epub supportwip/libgepub
Diffstat (limited to 'libview/Makefile.am')
-rw-r--r--libview/Makefile.am6
1 files changed, 1 insertions, 5 deletions
diff --git a/libview/Makefile.am b/libview/Makefile.am
index b382810a..937baddd 100644
--- a/libview/Makefile.am
+++ b/libview/Makefile.am
@@ -22,7 +22,6 @@ INST_H_SRC_FILES = \
ev-print-operation.h \
ev-stock-icons.h \
ev-view.h \
- ev-web-view.h \
ev-view-presentation.h
INST_H_FILES = \
@@ -48,7 +47,6 @@ libatrilview_la_SOURCES = \
ev-timeline.c \
ev-transition-animation.c \
ev-view.c \
- ev-web-view.c \
ev-view-accessible.c \
ev-view-marshal.c \
ev-view-cursor.c \
@@ -71,7 +69,6 @@ libatrilview_la_CFLAGS = \
$(LIBVIEW_CFLAGS) \
$(WARN_CFLAGS) \
$(DISABLE_DEPRECATED) \
- $(EPUB_CFLAGS) \
$(AM_CFLAGS)
libatrilview_la_LDFLAGS = \
@@ -82,8 +79,7 @@ libatrilview_la_LDFLAGS = \
libatrilview_la_LIBADD = \
$(top_builddir)/libdocument/libatrildocument.la \
- $(LIBVIEW_LIBS) \
- $(EPUB_LIBS)
+ $(LIBVIEW_LIBS)
BUILT_SOURCES = \
ev-view-marshal.h \