summaryrefslogtreecommitdiff
path: root/mate-dictionary/libgdict/mate-dict.pc.in
diff options
context:
space:
mode:
Diffstat (limited to 'mate-dictionary/libgdict/mate-dict.pc.in')
-rw-r--r--mate-dictionary/libgdict/mate-dict.pc.in12
1 files changed, 12 insertions, 0 deletions
diff --git a/mate-dictionary/libgdict/mate-dict.pc.in b/mate-dictionary/libgdict/mate-dict.pc.in
new file mode 100644
index 00000000..9eff837e
--- /dev/null
+++ b/mate-dictionary/libgdict/mate-dict.pc.in
@@ -0,0 +1,12 @@
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+includedir=@includedir@
+
+Name: gdict-1.0
+Description: MATE Dictionary Protocol client library
+Requires: gtk+-2.0
+Version: @GDICT_VERSION@
+Libs: -L${libdir} -lmate-dict
+Cflags: -I${includedir}/mate-dict
+