diff options
author | rootavish <[email protected]> | 2014-08-12 20:55:35 +0530 |
---|---|---|
committer | rootavish <[email protected]> | 2014-08-12 21:13:36 +0530 |
commit | 89bf352b3d2725b11328e7641cef5c3cc2a8ea39 (patch) | |
tree | 11a63d98402081de7f932d4c3d0a69c9b6328ebc /help/reference/libview/Makefile.am | |
parent | 717fe22563cbeac45afd878be3a09bb3537addfc (diff) | |
download | atril-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/libview/Makefile.am')
-rw-r--r-- | help/reference/libview/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/help/reference/libview/Makefile.am b/help/reference/libview/Makefile.am index edbc870e..dce0dcd1 100644 --- a/help/reference/libview/Makefile.am +++ b/help/reference/libview/Makefile.am @@ -110,12 +110,14 @@ GTKDOC_CFLAGS = \ $(AM_CFLAGS) \ $(LIBVIEW_CFLAGS) \ $(WARN_CFLAGS) \ + $(WEBKIT_CFLAGS) \ $(DISABLE_DEPRECATED) GTKDOC_LIBS = \ $(top_builddir)/libdocument/libatrildocument.la \ $(top_builddir)/libview/libatrilview.la \ - $(LIBDOCUMENT_LIBS) + $(LIBDOCUMENT_LIBS) \ + $(WEBKIT_LIBS) # This includes the standard gtk-doc make rules, copied by gtkdocize. include $(top_srcdir)/gtk-doc.make |