summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorOlivier CrĂȘte <olivier.crete@collabora.co.uk>2009-05-07 16:04:36 -0400
committerYouness Alaoui <youness.alaoui@collabora.co.uk>2009-05-07 16:08:32 -0400
commitbbaa235f8b349e9365ad1b65ff5162c5fe229290 (patch)
treeec4f30ccd571993162c3444793ff96bd0d571f92 /docs
parent17235258c3899afa176509085a384e5e0a3fedae (diff)
downloadlibnice-bbaa235f8b349e9365ad1b65ff5162c5fe229290.tar.gz
Link manual building with GUPNP if available
Diffstat (limited to 'docs')
-rw-r--r--docs/reference/libnice/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/reference/libnice/Makefile.am b/docs/reference/libnice/Makefile.am
index 22eedad..d4ca81b 100644
--- a/docs/reference/libnice/Makefile.am
+++ b/docs/reference/libnice/Makefile.am
@@ -78,7 +78,8 @@ AM_CFLAGS = $(ERROR_CFLAGS) \
-I $(top_srcdir)/socket \
-I $(top_srcdir)/stun
-GTKDOC_LIBS= $(top_builddir)/agent/libagent.la $(GLIB_LIBS) $(top_builddir)/stun/libstun.la
+GTKDOC_LIBS= $(top_builddir)/agent/libagent.la $(GLIB_LIBS) $(top_builddir)/stun/libstun.la \
+ $(GUPNP_LIBS)
# This includes the standard gtk-doc make rules, copied by gtkdocize.