~ubuntu-branches/ubuntu/vivid/librest/vivid-proposed

« back to all changes in this revision

Viewing changes to rest.pc.in

  • Committer: Bazaar Package Importer
  • Author(s): Ying-Chun Liu (PaulLiu)
  • Date: 2009-10-21 17:16:22 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20091021171622-1yhw1c2owwught3f
Tags: 0.6.1-1
* New upstream release
* debian/conrtol: Split librest and librest-extras
* debian/rules: Use autoreconf to re-generate the configure
* debian/rules: Add proper clean rule to remove non-source files
* debian/watch: Add git repo releases
* debian/copyright: Update copyright file to newer spec
* debian/control: Bump standard version to 3.8.3. Nothing changed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
prefix=@prefix@
2
2
exec_prefix=@exec_prefix@
3
3
libdir=@libdir@
4
 
includedir=@includedir@/rest
 
4
includedir=@includedir@
 
5
apiversion=@API_VERSION@
5
6
 
6
7
Name: rest
7
8
Description: RESTful web api query library
8
9
Version: @VERSION@
9
 
Libs: -L${libdir} -lrest
10
 
Cflags: -I${includedir}
 
10
Libs: -L${libdir} -lrest-${apiversion}
 
11
Cflags: -I${includedir}/rest-${apiversion}
11
12
Requires: glib-2.0 libsoup-2.4 libxml-2.0
12