Fix introspection build on Debian/Ubuntu
authorDan Winship <danw@gnome.org>
Thu, 24 Mar 2011 17:22:34 +0000 (13:22 -0400)
committerDan Winship <danw@gnome.org>
Fri, 25 Mar 2011 19:11:13 +0000 (15:11 -0400)
commit95a8b44d44630554c8e6db8cf340a2a2fa0d8f8f
tree75941cd0fe42776163742620ff7ca3e2cfc9f6e5
parent4b0d877516a08b90ae0432737160cd924e38786d
Fix introspection build on Debian/Ubuntu

Debian libtool is weird about dependencies, so specify that
SoupGNOME-2.4.gir depends libsoup-2.4.la too, even though we shouldn't
have to.

(Also use --include-uninstalled, which turned out not to be the fix
for this bug, but is correct anyway.)

https://bugzilla.gnome.org/show_bug.cgi?id=645505
libsoup/Makefile.am