autotools cleanups:
[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 Requires: @requirement_embryo@
11 Version: @VERSION@
12 Libs: -L${libdir} -lembryo
13 Libs.private: @EVIL_LIBS@ @fnmatch_libs@ -lm
14 Cflags: -I${includedir}