From 1d3acd7c5334492f7de378613504f903686a0b21 Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Mon, 7 Aug 2006 20:22:38 +0000 Subject: Try to fix the docs build with gecko trunk. 2006-08-07 Christian Persch * doc/reference/Makefile.am: Try to fix the docs build with gecko trunk. --- doc/reference/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) (limited to 'doc') 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) -- cgit v1.2.3