aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/libraries/embryo/embryo.pc.in
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/embryo/embryo.pc.in')
-rw-r--r--libraries/embryo/embryo.pc.in15
1 files changed, 15 insertions, 0 deletions
diff --git a/libraries/embryo/embryo.pc.in b/libraries/embryo/embryo.pc.in
new file mode 100644
index 0000000..540f27c
--- /dev/null
+++ b/libraries/embryo/embryo.pc.in
@@ -0,0 +1,15 @@
1prefix=@prefix@
2exec_prefix=@exec_prefix@
3libdir=@libdir@
4includedir=@includedir@
5datarootdir=@datarootdir@
6datadir=@datadir@/@PACKAGE@
7embryoincludedir=@embryoincludedir@
8
9Name: embryo
10Description: A small virtual machine engine and bytecode compiler
11@pkgconfig_requires_private@: @requirement_embryo@
12Version: @VERSION@
13Libs: -L${libdir} -lembryo
14Libs.private: @EFL_FNMATCH_LIBS@ -lm
15Cflags: -I${includedir}/embryo-@VMAJ@