gspell/gspell.pc.in

13 lines
360 B
PkgConfig

prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
Name: @PACKAGE_NAME@
Description: Spell-checking for GTK applications
Version: @PACKAGE_VERSION@
Requires: @AX_PACKAGE_REQUIRES@
Requires.private: @AX_PACKAGE_REQUIRES_PRIVATE@
Libs: -L${libdir} -lgspell-@GSPELL_API_VERSION@
Cflags: -I${includedir}/gspell-@GSPELL_API_VERSION@