aboutsummaryrefslogtreecommitdiffstats
path: root/doc/reference/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'doc/reference/Makefile.am')
-rw-r--r--doc/reference/Makefile.am10
1 files changed, 2 insertions, 8 deletions
diff --git a/doc/reference/Makefile.am b/doc/reference/Makefile.am
index 476aa31b4..5806ab3a7 100644
--- a/doc/reference/Makefile.am
+++ b/doc/reference/Makefile.am
@@ -1,9 +1,3 @@
-## Process this file with automake to produce Makefile.in
-AUTOMAKE_OPTIONS = 1.9
-
-INCLUDES = $(MOZILLA_COMPONENT_CFLAGS) \
- -include $(MOZILLA_INCLUDE_ROOT)/mozilla-config.h
-
# The name of the module
DOC_MODULE=epiphany
@@ -169,8 +163,8 @@ GTKDOC_LIBS = \
$(top_builddir)/lib/libephymisc.la \
$(top_builddir)/lib/egg/libegg.la \
$(GECKO_LIBS) \
- $(GECKO_EXTRA_LIBS) \
- $(DEPENDENCIES_LIBS) \
+ $(MOZILLA_EXTRA_LIBS) \
+ $(MOZILLA_GLUE_LIBS) \
$(DBUS_LIBS) \
$(LIBINTL)