summaryrefslogtreecommitdiff
path: root/enchant.pc.in
blob: 4542a915d726e056b3eac5cf1ac3ad6049c69784 (plain)
1
2
3
4
5
6
7
8
9
10
11
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@

Name: libenchant
Description: A spell checking library
Version: @VERSION@
Requires.private: glib-2.0 gmodule-no-export-2.0
Libs: -L${libdir} -lenchant-@ENCHANT_MAJOR_VERSION@
Cflags: -I${includedir}/enchant-@ENCHANT_MAJOR_VERSION@