summaryrefslogtreecommitdiff
path: root/enchant.pc.in
diff options
context:
space:
mode:
authorDom Lachowicz <domlachowicz@gmail.com>2003-07-21 15:28:16 +0000
committerDom Lachowicz <domlachowicz@gmail.com>2003-07-21 15:28:16 +0000
commitd6c6fa18018e0b4a368701cc6997f9d5b51c2dbb (patch)
treeed9988c54d7583560f348ec844f07269eef1f739 /enchant.pc.in
parentab9a379a3fb95f1766d31528b8a5ff0589d574b7 (diff)
downloadenchant-d6c6fa18018e0b4a368701cc6997f9d5b51c2dbb.tar.gz
drop libenchant in favor of enchant
git-svn-id: svn+ssh://svn.abisource.com/svnroot/enchant/trunk@20756 bcba8976-2d24-0410-9c9c-aab3bd5fdfd6
Diffstat (limited to 'enchant.pc.in')
-rw-r--r--enchant.pc.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/enchant.pc.in b/enchant.pc.in
new file mode 100644
index 0000000..824b484
--- /dev/null
+++ b/enchant.pc.in
@@ -0,0 +1,11 @@
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+includedir=@includedir@
+
+Name: libenchant
+Description: A spell checking library
+Version: @VERSION@
+Requires: glib-2.0 gmodule-2.0
+Libs: -L${libdir} -lenchant
+Cflags: -I${includedir}/enchant