diff options
author | Ross Burton <ross@linux.intel.com> | 2009-11-11 11:43:04 +0000 |
---|---|---|
committer | Ross Burton <ross@linux.intel.com> | 2009-11-11 11:43:04 +0000 |
commit | 2ef2ab348684d65a84aabd8a14bffd6fefba38e5 (patch) | |
tree | 05329496b1ecda2bda458c2979db0afa98fdf0ce /rest-extras/Makefile.am | |
parent | c7e98cb13bb30550c99154caa17d87ee1696157c (diff) |
Fix soup pkgconfig name when building introspection data
Diffstat (limited to 'rest-extras/Makefile.am')
-rw-r--r-- | rest-extras/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rest-extras/Makefile.am b/rest-extras/Makefile.am index 25f1db4..c4719d8 100644 --- a/rest-extras/Makefile.am +++ b/rest-extras/Makefile.am @@ -51,7 +51,7 @@ RestExtras-@API_VERSION@.gir: $(INTROSPECTION_SCANNER) librest-extras-@API_VERSI --library=librest-extras-@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) \ |