diff options
author | Dan Winship <danw@src.gnome.org> | 2009-02-02 21:58:25 +0000 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2009-02-02 21:58:25 +0000 |
commit | d994e4d6bf975b859ab2991414767dbacf511436 (patch) | |
tree | 8b50fa1f9caa7cccc8a329423aaa65e3787ac411 /docs | |
parent | 87d7645a3b3b46a31977d17237f04060caf123d6 (diff) | |
download | libsoup-d994e4d6bf975b859ab2991414767dbacf511436.tar.gz libsoup-d994e4d6bf975b859ab2991414767dbacf511436.tar.bz2 libsoup-d994e4d6bf975b859ab2991414767dbacf511436.zip |
fix docs build
svn path=/trunk/; revision=1234
Diffstat (limited to 'docs')
-rw-r--r-- | docs/reference/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/reference/Makefile.am b/docs/reference/Makefile.am index ac589be4..527e7e93 100644 --- a/docs/reference/Makefile.am +++ b/docs/reference/Makefile.am @@ -53,7 +53,8 @@ GTKDOC_CFLAGS = \ -I$(top_srcdir) \ $(GLIB_CFLAGS) \ $(XML_CFLAGS) \ - $(GNUTLS_CFLAGS) + $(GNUTLS_CFLAGS) \ + $(LIBPROXY_LIBS) GTKDOC_LIBS = $(top_builddir)/libsoup/libsoup-gnome-2.4.la |