mirror of https://github.com/Gnucash/gnucash
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
502 B
15 lines
502 B
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
# To retrieve the module from anonymous CVS, use the following command:
|
|
# cvs -z4 -d:pserver:anonymous@anoncvs.gnome.org:/cvs/gnome co goffice
|
|
|
|
Name: libGOffice
|
|
Description: G Office support library
|
|
Version: @VERSION@
|
|
Requires: glib-2.0 gobject-2.0 libgsf-1 libxml-2.0 gtk+-2.0 libglade-2.0 libgnomeprint-2.2 libart-2.0
|
|
Libs: -L${libdir} -lgoffice-1 @EXTRA_LIBS@
|
|
Cflags: -I${includedir}/libgoffice-1 @EXTRA_INCLUDES@
|