summaryrefslogtreecommitdiff
path: root/libsoup-2.4.pc.in
Commit message (Collapse)AuthorAgeFilesLines
* SoupSocket: port to GSocketConnection/GTlsConnectionDan Winship2010-12-071-1/+1
| | | | and remove libsoup's built-in TLS support, which is no longer needed
* rename from libsoup.pc.in; the attempt to keep the source treeDan Winship2008-10-311-0/+12
* libsoup-2.4.pc.in: rename from libsoup.pc.in; the attempt to keep the source tree API-version-generic wasn't really working, and we're probably not ever going to change the API version again anyway. * Makefile.am (pkgconfig_DATA): install the .pc file the normal way rather than using an install-data-local rule to rename the .pc file as we install it * libsoup/Makefile.am (libsoupincludedir): * tests/Makefile.am (LIBS): * docs/reference/Makefile.am (GTKDOC_LIBS): Say "2.4" everywhere, instead of 2.4 in some places and $(SOUP_API_VERSION) in others. * configure.in: updates for .pc renaming. Also, use AS_HELP_STRING() in AC_ARG_ENABLE() and AC_ARG_WITH() rules svn path=/trunk/; revision=1193