gnucash/borrowed/gwengui-gtk3/gwengui-gtk3.pc.in
John Ralls 2ee5b202bf Temporarily include building libgwengui-gtk3 in GnuCash.
Revert this commit when it's widely available in distributed packages.
2017-08-25 16:39:14 -07:00

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@