~ubuntu-branches/ubuntu/precise/tumbler/precise

« back to all changes in this revision

Viewing changes to tumbler/tumbler-1.pc.in

  • Committer: Bazaar Package Importer
  • Author(s): Lionel Le Folgoc
  • Date: 2010-11-07 16:34:58 UTC
  • Revision ID: james.westby@ubuntu.com-20101107163458-skwfq34vnuavipne
Tags: upstream-0.1.4
ImportĀ upstreamĀ versionĀ 0.1.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
prefix=@prefix@
 
2
exec_prefix=@exec_prefix@
 
3
libdir=@libdir@
 
4
includedir=@includedir@
 
5
 
 
6
tumbler_api_version=@TUMBLER_VERSION_API@
 
7
 
 
8
Name: @PACKAGE_TARNAME@
 
9
Description: Supporting library for tumbler
 
10
Requires: glib-2.0 gio-2.0 gthread-2.0 gobject-2.0
 
11
Version: @PACKAGE_VERSION@
 
12
Libs: -L${libdir} -ltumbler-${tumbler_api_version}
 
13
Cflags: -I${includedir}/tumbler-${tumbler_api_version}