summaryrefslogtreecommitdiff
path: root/libemfp.pc.in
diff options
context:
space:
mode:
authorFridrich Štrba <fridrich.strba@bluewin.ch>2013-12-03 17:02:34 +0100
committerFridrich Štrba <fridrich.strba@bluewin.ch>2013-12-03 17:02:34 +0100
commit28b2a9fa25a2d02d4c525a9d2c19b1fe63d84d5b (patch)
tree3717bcb2a7b8ae80fcce54ee77319b8ff0bef36e /libemfp.pc.in
parent89b70dbef73050af48dcd908706d629c66025ac3 (diff)
Adding allHEADmaster
Diffstat (limited to 'libemfp.pc.in')
-rw-r--r--libemfp.pc.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/libemfp.pc.in b/libemfp.pc.in
new file mode 100644
index 0000000..d667d2d
--- /dev/null
+++ b/libemfp.pc.in
@@ -0,0 +1,11 @@
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+includedir=@includedir@
+
+Name: libemfp-@EMFP_MAJOR_VERSION@.@EMFP_MINOR_VERSION@
+Description: Library for parsing the EMF+ file format structure
+Version: @VERSION@
+Requires: librevenge-0.0
+Libs: -L${libdir} -lemfp-@EMFP_MAJOR_VERSION@.@EMFP_MINOR_VERSION@
+Cflags: -I${includedir}/libemfp-@EMFP_MAJOR_VERSION@.@EMFP_MINOR_VERSION@