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.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/reference/Makefile.am b/doc/reference/Makefile.am
index 370b0f04f..476aa31b4 100644
--- a/doc/reference/Makefile.am
+++ b/doc/reference/Makefile.am
@@ -152,6 +152,8 @@ GTKDOC_CFLAGS = -I$(top_srcdir)/src \
-I$(top_srcdir)/src/bookmarks \
-I$(top_srcdir)/lib/egg \
-I$(top_builddir)/lib/egg \
+ -I$(MOZILLA_INCLUDE_ROOT) \
+ -I$(MOZILLA_INCLUDE_ROOT)/gtkembedmoz \
$(DEPENDENCIES_CFLAGS) \
$(GECKO_CFLAGS) \
$(DBUS_CFLAGS) \
@@ -167,6 +169,7 @@ GTKDOC_LIBS = \
$(top_builddir)/lib/libephymisc.la \
$(top_builddir)/lib/egg/libegg.la \
$(GECKO_LIBS) \
+ $(GECKO_EXTRA_LIBS) \
$(DEPENDENCIES_LIBS) \
$(DBUS_LIBS) \
$(LIBINTL)