Move Edje (and associated headers) to own dir.

SVN revision: 50146
devs/devilhorns/wayland_egl
Christopher Michael 13 years ago
parent c3ed53b869
commit 5cf875426f
  1. 2
      legacy/edje/configure.ac
  2. 2
      legacy/edje/edje.pc.in
  3. 3
      legacy/edje/src/lib/Makefile.am

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

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

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

Loading…
Cancel
Save