mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-05 16:20:10 +00:00
a8e6ee33b1
* configure.in: * docs/reference/Makefile.am: * docs/reference/libgail-util/*: * gail-uninstalled.pc.in: * gail.pc.in: * modules/Makefile.am: * modules/other/Makefile.am: * modules/other/gail/*: * modules/other/gail/libgail-util/*: * po/POTFILES.skip: Integrate gail into gtk+. Bug #169488. svn path=/trunk/; revision=19196
12 lines
289 B
PkgConfig
12 lines
289 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: Gail
|
|
Description: GNOME Accessibility Implementation Library
|
|
Version: @VERSION@
|
|
Requires: atk gtk+-2.0
|
|
Libs: ${pc_top_builddir}/${pcfiledir}/gail/libgail.la
|
|
Cflags: -I${pc_top_builddir}/${pcfiledir}
|