mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-20 11:48:30 -06:00
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12096 57a11ea4-9604-0410-9ed3-97b8803252fd
12 lines
302 B
PkgConfig
12 lines
302 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: libgsf-1
|
|
Description: A library for reading and writing structured files (eg MS OLE and Zip)
|
|
Version: @VERSION@
|
|
Requires: glib-2.0 gobject-2.0 libxml-2.0
|
|
Libs: -L${libdir} -lgsf-1
|
|
Cflags: -I${includedir}/libgsf-1
|