Hi,

I've done a little patch to fix the compilation with new automake.

Index: eina/src/examples/Makefile.am
===================================================================
--- eina.orig/src/examples/Makefile.am
+++ eina/src/examples/Makefile.am
@@ -39,7 +39,7 @@ SRCS = \
        eina_strbuf_01.c \
        eina_tiler_01.c
 
-pkglib_PROGRAMS =
+pkglibexec_PROGRAMS =
 
 if EFL_INSTALL_EXAMPLES
 filesdir = $(datadir)/$(PACKAGE)/examples
@@ -47,7 +47,7 @@ files_DATA = $(SRCS)
 endif
 
 if EFL_BUILD_EXAMPLES
-pkglib_PROGRAMS += \
+pkglibexec_PROGRAMS += \
        eina_accessor_01 \
     eina_array_01 \
        eina_array_02 \
@@ -77,7 +77,7 @@ pkglib_PROGRAMS += \
 
 if BUILD_TILER_EXAMPLE
 AM_CPPFLAGS += @ECORE_EVAS_CFLAGS@
-pkglib_PROGRAMS += eina_tiler_01
+pkglibexec_PROGRAMS += eina_tiler_01
 eina_tiler_01_LDADD = $(top_builddir)/src/lib/libeina.la @ECORE_EVAS_LIBS@
 endif
 



regards,
trem




________________________________
 De : Guillaume Friloux <[email protected]>
À : [email protected] 
Envoyé le : Lundi 26 Décembre 2011 14h09
Objet : Re: [E-devel] compilation of eina
 
On 26/12/2011 14:02, Rafael Fonseca wrote:
> The attached patch solves that issue but I don't know whether I can
> commit because of possible side effects (vtorri?). It is based in the
> following discussion:
> http://lists.gnu.org/archive/html/coreutils/2011-06/msg00044.html
>
>
Thanks, i myself saw that going back to automake 1.11-1 solves the 
problem too

------------------------------------------------------------------------------
Write once. Port to many.
Get the SDK and tools to simplify cross-platform app development. Create 
new or port existing apps to sell to consumers worldwide. Explore the 
Intel AppUpSM program developer opportunity. appdeveloper.intel.com/join
http://p.sf.net/sfu/intel-appdev
_______________________________________________
enlightenment-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
------------------------------------------------------------------------------
Write once. Port to many.
Get the SDK and tools to simplify cross-platform app development. Create 
new or port existing apps to sell to consumers worldwide. Explore the 
Intel AppUpSM program developer opportunity. appdeveloper.intel.com/join
http://p.sf.net/sfu/intel-appdev
_______________________________________________
enlightenment-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to