Move Edje (and associated headers) to own dir.
authordevilhorns <devilhorns>
Fri, 9 Jul 2010 06:35:02 +0000 (06:35 +0000)
committerdevilhorns <devilhorns@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Fri, 9 Jul 2010 06:35:02 +0000 (06:35 +0000)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/edje@50146 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

configure.ac
edje.pc.in
src/lib/Makefile.am

index 8179b4c..e5469eb 100644 (file)
@@ -50,6 +50,8 @@ AC_SUBST(version_info)
 AC_SUBST(release_info)
 ##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##
 ##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##
+VMAJ=v_maj
+AC_SUBST(VMAJ)
 
 AC_DEFINE_UNQUOTED([SHARED_LIB_SUFFIX], ["$shrext_cmds"], [Suffix for shared objects])
 
index 3166082..815730f 100644 (file)
@@ -11,4 +11,4 @@ Description: Enlightened graphical design and layout engine.
 Version: @VERSION@
 Libs: -L${libdir} -ledje
 Libs.private: @lua_libs@
-Cflags: -I${includedir}
+Cflags: -I${includedir}/edje-@VMAJ@
index 4d91325..80a3e4e 100644 (file)
@@ -16,7 +16,8 @@ AM_CPPFLAGS = \
 
 lib_LTLIBRARIES = libedje.la
 
-include_HEADERS = Edje.h Edje_Edit.h edje_convert.h
+includes_HEADERS = Edje.h Edje_Edit.h edje_convert.h
+includesdir = $(includedir)/edje-@VMAJ@
 
 base_sources = \
 edje_calc.c \