~samba-team/talloc/ppa-maverick

« back to all changes in this revision

Viewing changes to talloc.pc.in

  • Committer: Jelmer Vernooij
  • Date: 2010-05-06 13:36:58 UTC
  • mfrom: (36.1.12 unstable)
  • Revision ID: jelmer@samba.org-20100506133658-l9k1768b1ww3zh62
Merge unstable.

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: talloc 
 
7
Description: A hierarchical pool based memory system with destructors
 
8
Version: @TALLOC_VERSION@
 
9
Libs: -L${libdir} -ltalloc
 
10
Cflags: -I${includedir} 
 
11
URL: http://talloc.samba.org/