Mercurial > libpst
comparison libpst.pc.in @ 95:ff1743cbe4aa
initial attempt at building a shared library
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Sat, 13 Sep 2008 20:15:40 -0700 |
parents | |
children | 9bbc834d5f3e |
comparison
equal
deleted
inserted
replaced
94:997cf1373f9e | 95:ff1743cbe4aa |
---|---|
1 prefix=@prefix@ | |
2 exec_prefix=@exec_prefix@ | |
3 libdir=@libdir@ | |
4 includedir=@includedir@ | |
5 | |
6 Name: libpst | |
7 Description: A library for reading PST files | |
8 Version: @VERSION@ | |
9 Requires: | |
10 Libs: -L${libdir} -lpst | |
11 Cflags: -I${includedir} |