and removed the -beta tag...
[framework/uifw/embryo.git] / embryo.pc.in
1 prefix=@prefix@
2 exec_prefix=@exec_prefix@
3 libdir=@libdir@
4 includedir=@includedir@
5 datarootdir=@datarootdir@
6 datadir=@datadir@/@PACKAGE@
7 embryoincludedir=@embryoincludedir@
8
9 Name: embryo
10 Description: A small virtual machine engine and bytecode compiler
11 @pkgconfig_requires_private@: @requirement_embryo@
12 Version: @VERSION@
13 Libs: -L${libdir} -lembryo
14 Libs.private: @EFL_FNMATCH_LIBS@ -lm
15 Cflags: -I${includedir}/embryo-@VMAJ@