summaryrefslogtreecommitdiff
path: root/help/reference/shell
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 /help/reference/shell
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 'help/reference/shell')
-rw-r--r--help/reference/shell/Makefile.am2
1 files changed, 0 insertions, 2 deletions
diff --git a/help/reference/shell/Makefile.am b/help/reference/shell/Makefile.am
index 40ece8fc..a78201d7 100644
--- a/help/reference/shell/Makefile.am
+++ b/help/reference/shell/Makefile.am
@@ -106,7 +106,6 @@ GTKDOC_CFLAGS = \
-DATRIL_COMPILATION \
$(SHELL_CFLAGS) \
$(WARN_CFLAGS) \
- $(WEBKIT_CFLAGS) \
$(DISABLE_DEPRECATED) \
$(GTK_PRINT_CFLAGS)
@@ -127,7 +126,6 @@ GTKDOC_LIBS = \
$(top_builddir)/libmisc/libevmisc.la \
$(SHELL_LIBS) \
$(GTK_PRINT_LIBS) \
- $(WEBKIT_LIBS) \
$(filter-out $(FILTER_OUT),$(wildcard $(top_builddir)/shell/*.o))
# This includes the standard gtk-doc make rules, copied by gtkdocize.