~ubuntu-branches/ubuntu/quantal/kyotocabinet/quantal

« back to all changes in this revision

Viewing changes to kyotocabinet.pc.in

  • Committer: Package Import Robot
  • Author(s): Shawn Landden
  • Date: 2012-06-07 16:12:07 UTC
  • Revision ID: package-import@ubuntu.com-20120607161207-prbj5blqgzzfl8of
Tags: upstream-1.2.76
ImportĀ upstreamĀ versionĀ 1.2.76

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
prefix=@prefix@
 
2
exec_prefix=@exec_prefix@
 
3
datarootdir = @datarootdir@
 
4
bindir=@bindir@
 
5
libdir=@libdir@
 
6
libexecdir=@libexecdir@
 
7
includedir=@includedir@
 
8
datadir=@datadir@
 
9
 
 
10
Name: Kyoto Cabinet
 
11
Description: a straightforward implementation of DBM
 
12
Version: @PACKAGE_VERSION@
 
13
Libs: -L${libdir} -lkyotocabinet
 
14
Libs.private: @LIBS@
 
15
Cflags: -I${includedir}