mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-16 10:15:22 -06:00
24 lines
548 B
PkgConfig
24 lines
548 B
PkgConfig
# pkg-config configuration for gwengui_gtk3
|
|
# For information about the syntax, see pkg-config(1)
|
|
|
|
# General installation directories
|
|
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
pkgincludedir=@includedir@/gwenhywfar
|
|
datarootdir=@datarootdir@
|
|
datadir=@datadir@
|
|
bindir=@bindir@
|
|
sysconfdir=@sysconfdir@
|
|
|
|
# Human-readable name
|
|
Name: gwengui-gtk3
|
|
# Human-readable description
|
|
Description: GTK3 Implementation of the GWEN_DIALOG framework.
|
|
|
|
Version: @VERSION@
|
|
Libs: -L@libdir@ -lgwengui-gtk3
|
|
Cflags: -I@includedir@
|
|
|