Move Embryo.h header to own dir.

SVN revision: 50145
devs/devilhorns/wayland_egl
Christopher Michael 14 years ago
parent c6f20a9cdf
commit c3ed53b869
  1. 2
      legacy/embryo/configure.ac
  2. 2
      legacy/embryo/embryo.pc.in
  3. 3
      legacy/embryo/src/lib/Makefile.am

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

@ -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@

@ -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

Loading…
Cancel
Save