Mercurial > libpst
diff 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 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/libpst.pc.in Sat Sep 13 20:15:40 2008 -0700 @@ -0,0 +1,11 @@ +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libdir=@libdir@ +includedir=@includedir@ + +Name: libpst +Description: A library for reading PST files +Version: @VERSION@ +Requires: +Libs: -L${libdir} -lpst +Cflags: -I${includedir}