Update pkg-config stuff.

git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@1099 0109f412-320b-0410-ab79-c3e0c5ffbbe6
This commit is contained in:
jcalcote
2009-06-26 20:19:25 +00:00
parent 086b1181a9
commit dc459b88b4
16 changed files with 161 additions and 244 deletions

View File

@@ -1,10 +1,10 @@
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
Name: libflaimsql
Name: FLAIMSQL
URL: http://forge.novell.com/modules/xfmod/project/?flaim
Description: Embeddable cross-platform SQL database engine
Version: @VERSION@
Libs: -lpthread -lrt -lstdc++ -ldl -lncurses -lflaimsql -L${libdir}
Version: @PACKAGE_VERSION@
Requires: libflaimtk >= 1.0
Libs: -lpthread -lrt -lstdc++ -ldl -lncurses -L${libdir} -lflaimsql
Cflags: -I${includedir}