summaryrefslogtreecommitdiff
path: root/backend
diff options
context:
space:
mode:
authorrootavish <[email protected]>2014-08-12 20:55:35 +0530
committerrootavish <[email protected]>2014-08-12 21:13:36 +0530
commit89bf352b3d2725b11328e7641cef5c3cc2a8ea39 (patch)
tree11a63d98402081de7f932d4c3d0a69c9b6328ebc /backend
parent717fe22563cbeac45afd878be3a09bb3537addfc (diff)
downloadatril-89bf352b3d2725b11328e7641cef5c3cc2a8ea39.tar.bz2
atril-89bf352b3d2725b11328e7641cef5c3cc2a8ea39.tar.xz
Fixed Makefile to include webkit outside epub
I noticed I had forgotten to move the webkit check outside the epub plugin, did so now, accordingly modified the module names.
Diffstat (limited to 'backend')
-rw-r--r--backend/epub/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/backend/epub/Makefile.am b/backend/epub/Makefile.am
index 31dd455e..dc34ad2b 100644
--- a/backend/epub/Makefile.am
+++ b/backend/epub/Makefile.am
@@ -8,7 +8,7 @@ AM_CPPFLAGS = \
-DATRIL_COMPILATION \
$(BACKEND_CFLAGS) \
$(WARN_CXXFLAGS) \
- $(WEBKIT_CFLAGS) \
+ $(EPUB_CFLAGS) \
$(DISABLE_DEPRECATED)
backend_LTLIBRARIES = libepubdocument.la
@@ -21,7 +21,7 @@ libepubdocument_la_LDFLAGS = $(BACKEND_LIBTOOL_FLAGS)
libepubdocument_la_LIBADD = \
$(top_builddir)/libdocument/libatrildocument.la \
minizip/libminizip.la \
- $(WEBKIT_LIBS) \
+ $(EPUB_LIBS) \
$(BACKEND_LIBS)