Updated debian stuff for core EFL. Changed debian stuff of others to work with core...
[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 Requires: @requirement_embryo@
12 Version: @VERSION@
13 Libs: -L${libdir} -lembryo
14 Libs.private: @EVIL_LIBS@ @fnmatch_libs@ -lm
15 Cflags: -I${includedir}