Move Edje (and associated headers) to own dir.

SVN revision: 50146
This commit is contained in:
Christopher Michael 2010-07-09 06:35:02 +00:00
parent c3ed53b869
commit 5cf875426f
3 changed files with 5 additions and 2 deletions

View 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])

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

View 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 \