publish embryoincludedir in embryo.pc

SVN revision: 28833
This commit is contained in:
tilman 2007-03-20 23:11:21 +00:00 committed by tilman
parent 344de9dccd
commit 192f7c932e
2 changed files with 5 additions and 1 deletions

View File

@ -75,6 +75,9 @@ else
fi
AC_SUBST(PACKAGE_DATA_DIR)
embryoincludedir='${datadir}/include'
AC_SUBST(embryoincludedir)
AC_OUTPUT([
Makefile
embryo.pc

View File

@ -1,11 +1,12 @@
prefix=@prefix@
exec_prefix=@exec_prefix@
datadir=@PACKAGE_DATA_DIR@
libdir=@libdir@
includedir=@includedir@
embryoincludedir=@embryoincludedir@
Name: embryo
Description: A small virtual machine engine and bytecode compiler
Version: @VERSION@
Libs: -L${libdir} -lembryo -lm
Cflags: -I${includedir}