~ubuntu-branches/ubuntu/lucid/libxtst/lucid-updates

« back to all changes in this revision

Viewing changes to xtst.pc.in

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Stone
  • Date: 2005-07-23 00:49:26 UTC
  • Revision ID: james.westby@ubuntu.com-20050723004926-1ca6yr1i6pvn1pbp
Tags: upstream-1.13.0
ImportĀ upstreamĀ versionĀ 1.13.0

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
Name: Xtst
 
7
Description: The Xtst Library
 
8
Version: @PACKAGE_VERSION@
 
9
Cflags: -I${includedir} @DEP_CFLAGS@
 
10
Libs: -L${libdir} -lXtst @DEP_LIBS@
 
11