summaryrefslogtreecommitdiff
path: root/libemfp.pc.in
diff options
context:
space:
mode:
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@