diff options
author | Christian Persch <chpe@src.gnome.org> | 2008-03-28 23:06:31 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2008-03-28 23:06:31 +0800 |
commit | 0d86fa3258226628083b8340e6c20a78ca11f955 (patch) | |
tree | 21b803f57e1bd9a6b144ec4e4f0e592362ad27bf /doc/reference | |
parent | 6605cb341e38ebaea954567a3d3180a7c11d0655 (diff) | |
download | gsoc2013-epiphany-0d86fa3258226628083b8340e6c20a78ca11f955.tar gsoc2013-epiphany-0d86fa3258226628083b8340e6c20a78ca11f955.tar.gz gsoc2013-epiphany-0d86fa3258226628083b8340e6c20a78ca11f955.tar.bz2 gsoc2013-epiphany-0d86fa3258226628083b8340e6c20a78ca11f955.tar.lz gsoc2013-epiphany-0d86fa3258226628083b8340e6c20a78ca11f955.tar.xz gsoc2013-epiphany-0d86fa3258226628083b8340e6c20a78ca11f955.tar.zst gsoc2013-epiphany-0d86fa3258226628083b8340e6c20a78ca11f955.zip |
Allow building with xulrunner 1.9. Patch by Alexander Sack; part of bug #503657
svn path=/branches/gnome-2-22/; revision=8142
Diffstat (limited to 'doc/reference')
-rw-r--r-- | doc/reference/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/reference/Makefile.am b/doc/reference/Makefile.am index 42d39f0a3..9ab714de9 100644 --- a/doc/reference/Makefile.am +++ b/doc/reference/Makefile.am @@ -207,10 +207,10 @@ DOC_OVERRIDES = if GTK_DOC_USE_LIBTOOL GTKDOC_CC = $(LIBTOOL) --mode=compile $(CC) $(INCLUDES) $(AM_CFLAGS) $(CFLAGS) -GTKDOC_LD = $(LIBTOOL) --mode=link $(CC) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) +GTKDOC_LD = $(LIBTOOL) --mode=link $(CXX) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) else GTKDOC_CC = $(CC) $(INCLUDES) $(AM_CFLAGS) $(CFLAGS) -GTKDOC_LD = $(CC) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) +GTKDOC_LD = $(CXX) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) endif # We set GPATH here; this gives us semantics for GNU make |