source: trunk/third/libsoup/libsoup-2.2.pc.in @ 21108

Revision 21108, 348 bytes checked in by ghudson, 20 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r21107, which included commits to RCS files with non-trunk default branches.
Line 
1prefix=@prefix@
2exec_prefix=@exec_prefix@
3libdir=@libdir@
4includedir=@includedir@
5SOUP_API_VERSION=@SOUP_API_VERSION@
6
7Name: libsoup
8Description: a glib-based HTTP library
9Version: @VERSION@
10Requires: glib-2.0
11Libs: -L${libdir} -lsoup-${SOUP_API_VERSION} @LIBGNUTLS_LIBS@ @XML_LIBS@
12Cflags: -I${includedir}/libsoup-${SOUP_API_VERSION} @XML_CFLAGS@
Note: See TracBrowser for help on using the repository browser.