~ubuntu-branches/ubuntu/lucid/igraph/lucid

« back to all changes in this revision

Viewing changes to igraph.pc

  • Committer: Bazaar Package Importer
  • Author(s): Mathieu Malaterre
  • Date: 2009-11-16 18:12:42 UTC
  • Revision ID: james.westby@ubuntu.com-20091116181242-mzv9p5fz9uj57xd1
Tags: upstream-0.5.3
ImportĀ upstreamĀ versionĀ 0.5.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
prefix=/usr/local
 
2
exec_prefix=${prefix}
 
3
libdir=${exec_prefix}/lib
 
4
includedir=${prefix}/include
 
5
 
 
6
Name: libigraph
 
7
Description: A library for creating and manipulating graphs
 
8
Version: 0.5.3
 
9
Libs: -L${libdir} -ligraph
 
10
Cflags: -I${includedir}