Move Embryo.h header to own dir.

SVN revision: 50145
This commit is contained in:
Christopher Michael 2010-07-09 06:31:53 +00:00
parent c6f20a9cdf
commit c3ed53b869
3 changed files with 5 additions and 2 deletions

View File

@ -49,6 +49,8 @@ AC_SUBST(version_info)
AC_SUBST(release_info)
##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##
##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##
VMAJ=v_maj
AC_SUBST(VMAJ)
EFL_CHECK_PATH_MAX

View File

@ -12,4 +12,4 @@ Description: A small virtual machine engine and bytecode compiler
Version: @VERSION@
Libs: -L${libdir} -lembryo
Libs.private: @EFL_FNMATCH_LIBS@ -lm
Cflags: -I${includedir}
Cflags: -I${includedir}/embryo-@VMAJ@

View File

@ -13,7 +13,8 @@ AM_CPPFLAGS = \
@EMBRYO_CPPFLAGS@ \
@EFL_EMBRYO_BUILD@
include_HEADERS = Embryo.h
includes_HEADERS = Embryo.h
includesdir = $(includedir)/embryo-@VMAJ@
lib_LTLIBRARIES = libembryo.la