summaryrefslogtreecommitdiff
path: root/libfreehand.pc.in
diff options
context:
space:
mode:
authorFridrich Štrba <fridrich.strba@bluewin.ch>2013-05-10 21:40:55 +0200
committerFridrich Štrba <fridrich.strba@bluewin.ch>2013-05-10 21:40:55 +0200
commit7bd16b3678599463d49adabc032f7e7b66f2a85c (patch)
treed79e63f5e57dae1ecf996baa7b2d2681a75ad99a /libfreehand.pc.in
parentf4c51375ead46fac730eb93404d3796a6361543e (diff)
Making Michael Stahl happy (even in libfreehand)
Diffstat (limited to 'libfreehand.pc.in')
-rw-r--r--libfreehand.pc.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/libfreehand.pc.in b/libfreehand.pc.in
new file mode 100644
index 0000000..17bc840
--- /dev/null
+++ b/libfreehand.pc.in
@@ -0,0 +1,11 @@
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+includedir=@includedir@
+
+Name: libfreehand-@FH_MAJOR_VERSION@.@FH_MINOR_VERSION@
+Description: Library for parsing the FreeHand file format structure
+Version: @VERSION@
+Requires: libwpd-0.9 libwpd-stream-0.9 libwpg-0.2
+Libs: -L${libdir} -lfreehand-@FH_MAJOR_VERSION@.@FH_MINOR_VERSION@
+Cflags: -I${includedir}/libfreehand-@FH_MAJOR_VERSION@.@FH_MINOR_VERSION@