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