git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@1107 0109f412-320b-0410-ab79-c3e0c5ffbbe6
13 lines
352 B
PkgConfig
13 lines
352 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: FLAIM
|
|
URL: http://forge.novell.com/modules/xfmod/project/?flaim
|
|
Description: Embeddable cross-platform database engine
|
|
Version: @PACKAGE_VERSION@
|
|
Requires: libflaimtk >= 1.0
|
|
Libs: -lpthread -lrt -lstdc++ -ldl -lncurses -L${libdir} -lflaim
|
|
Cflags: -I${includedir}
|