summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Winship <danw@gnome.org>2011-05-02 16:54:26 -0400
committerDan Winship <danw@gnome.org>2011-05-23 15:49:56 -0400
commit3ff4e786aad5af6e9acc0d6b6dea04fed054280e (patch)
treeb7a62782331bdb20c3b3588aec3eb115da2fd1d9
parentdd5293fe68cec5fcd35e22398ef22113f7fe36c9 (diff)
downloadlibsoup-3ff4e786aad5af6e9acc0d6b6dea04fed054280e.tar.gz
Fix docs build for pickier linkers
Patch from "arno" https://bugzilla.gnome.org/show_bug.cgi?id=648948
-rw-r--r--docs/reference/Makefile.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/reference/Makefile.am b/docs/reference/Makefile.am
index 43b568d9..765d27c2 100644
--- a/docs/reference/Makefile.am
+++ b/docs/reference/Makefile.am
@@ -61,7 +61,10 @@ GTKDOC_CFLAGS = \
$(XML_CFLAGS) \
$(GNUTLS_CFLAGS)
-GTKDOC_LIBS = $(top_builddir)/libsoup/libsoup-gnome-2.4.la
+GTKDOC_LIBS = \
+ $(top_builddir)/libsoup/libsoup-2.4.la \
+ $(top_builddir)/libsoup/libsoup-gnome-2.4.la \
+ $(GLIB_LIBS)
# include common portion ...
include $(top_srcdir)/gtk-doc.make