From 4081152cf138726707991107e6ffd8ae94be8286 Mon Sep 17 00:00:00 2001 From: devilhorns Date: Fri, 9 Jul 2010 06:31:53 +0000 Subject: [PATCH] Move Embryo.h header to own dir. git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/embryo@50145 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- configure.ac | 2 ++ embryo.pc.in | 2 +- src/lib/Makefile.am | 3 ++- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 0659948..839da98 100644 --- a/configure.ac +++ b/configure.ac @@ -49,6 +49,8 @@ AC_SUBST(version_info) AC_SUBST(release_info) ##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--## ##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--## +VMAJ=v_maj +AC_SUBST(VMAJ) EFL_CHECK_PATH_MAX diff --git a/embryo.pc.in b/embryo.pc.in index d7dc2a1..540f27c 100644 --- a/embryo.pc.in +++ b/embryo.pc.in @@ -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@ diff --git a/src/lib/Makefile.am b/src/lib/Makefile.am index 9e9428e..aa2b3d8 100644 --- a/src/lib/Makefile.am +++ b/src/lib/Makefile.am @@ -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 -- 2.7.4