git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@1089 0109f412-320b-0410-ab79-c3e0c5ffbbe6
11 lines
267 B
PkgConfig
11 lines
267 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: libxflaim
|
|
Description: Embeddable cross-platform XML database engine
|
|
Version: @VERSION@
|
|
Libs: -lpthread -lrt -lstdc++ -ldl -lncurses -lxflaim -L${libdir}
|
|
Cflags: -I${includedir}
|