summaryrefslogtreecommitdiff
path: root/help/reference/libview/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'help/reference/libview/Makefile.am')
-rw-r--r--help/reference/libview/Makefile.am4
1 files changed, 1 insertions, 3 deletions
diff --git a/help/reference/libview/Makefile.am b/help/reference/libview/Makefile.am
index 08164f10..104f1a83 100644
--- a/help/reference/libview/Makefile.am
+++ b/help/reference/libview/Makefile.am
@@ -111,14 +111,12 @@ 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) \
- $(WEBKIT_LIBS)
+ $(LIBDOCUMENT_LIBS)
# This includes the standard gtk-doc make rules, copied by gtkdocize.
include $(top_srcdir)/gtk-doc.make