summaryrefslogtreecommitdiff
path: root/rest/Makefile.am
diff options
context:
space:
mode:
authorRoss Burton <ross@linux.intel.com>2009-11-11 11:43:04 +0000
committerRoss Burton <ross@linux.intel.com>2009-11-11 11:43:04 +0000
commit2ef2ab348684d65a84aabd8a14bffd6fefba38e5 (patch)
tree05329496b1ecda2bda458c2979db0afa98fdf0ce /rest/Makefile.am
parentc7e98cb13bb30550c99154caa17d87ee1696157c (diff)
downloadlibrest-2ef2ab348684d65a84aabd8a14bffd6fefba38e5.tar.gz
Fix soup pkgconfig name when building introspection data
Diffstat (limited to 'rest/Makefile.am')
-rw-r--r--rest/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/rest/Makefile.am b/rest/Makefile.am
index 02c20dc..fc3ba9d 100644
--- a/rest/Makefile.am
+++ b/rest/Makefile.am
@@ -55,7 +55,7 @@ Rest-@API_VERSION@.gir: $(INTROSPECTION_SCANNER) librest-@API_VERSION@.la
--library=librest-@API_VERSION@.la \
--libtool="$(top_builddir)/libtool" \
--pkg gobject-2.0 \
- --pkg soup-2.0 \
+ --pkg libsoup-2.4 \
--pkg libxml-2.0 \
--output $@ \
$(lib_headers) \