summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurent Bigonville <bigon@debian.org>2013-06-23 16:34:15 -0400
committerOlivier CrĂȘte <tester@tester.ca>2013-06-23 16:34:15 -0400
commit711a4482c94db1d57a3d53d58c7b73cf0f3c0981 (patch)
tree432f14ca9c85085f1da62b26920846121d187dc5
parenta35e01c480706d15c4743e0567465af15316939b (diff)
downloadgupnp-igd-711a4482c94db1d57a3d53d58c7b73cf0f3c0981.tar.gz
Explicitly link against gssdp-1.0
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index ac96324..9753708 100644
--- a/configure.ac
+++ b/configure.ac
@@ -10,7 +10,7 @@ AC_STDC_HEADERS
AC_PROG_LIBTOOL
AC_FUNC_MMAP
-PKG_CHECK_MODULES(LIBGUPNP, glib-2.0 >= 2.26 gobject-2.0 >= 2.26 gupnp-1.0 >= 0.18 gthread-2.0 >= 2.26)
+PKG_CHECK_MODULES(LIBGUPNP, glib-2.0 >= 2.26 gobject-2.0 >= 2.26 gssdp-1.0 gupnp-1.0 >= 0.18 gthread-2.0)
# glib-genmarshal
GLIB_GENMARSHAL=`pkg-config --variable=glib_genmarshal glib-2.0`