diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2006-08-08 04:22:38 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2006-08-08 04:22:38 +0800 |
commit | 1d3acd7c5334492f7de378613504f903686a0b21 (patch) | |
tree | c68680eb0a525c81473589573cc673af3ed38bcb /doc/reference | |
parent | 62ede7f0e038909cf27fa57f92040ac1337f8d87 (diff) | |
download | gsoc2013-epiphany-1d3acd7c5334492f7de378613504f903686a0b21.tar.gz gsoc2013-epiphany-1d3acd7c5334492f7de378613504f903686a0b21.tar.zst gsoc2013-epiphany-1d3acd7c5334492f7de378613504f903686a0b21.zip |
Try to fix the docs build with gecko trunk.
2006-08-07 Christian Persch <chpe@cvs.gnome.org>
* doc/reference/Makefile.am:
Try to fix the docs build with gecko trunk.
Diffstat (limited to 'doc/reference')
-rw-r--r-- | doc/reference/Makefile.am | 3 |
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) |