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


Best regards.
-- 
Rafael Fonseca
Index: src/examples/Makefile.am
===================================================================
--- src/examples/Makefile.am	(revision 66527)
+++ src/examples/Makefile.am	(working copy)
@@ -39,7 +39,7 @@
 	eina_strbuf_01.c \
 	eina_tiler_01.c
 
-pkglib_PROGRAMS =
+pkglibexec_PROGRAMS =
 
 if EFL_INSTALL_EXAMPLES
 filesdir = $(datadir)/$(PACKAGE)/examples
@@ -47,7 +47,7 @@
 endif
 
 if EFL_BUILD_EXAMPLES
-pkglib_PROGRAMS += \
+pkglibexec_PROGRAMS += \
 	eina_accessor_01 \
     eina_array_01 \
 	eina_array_02 \
@@ -77,7 +77,7 @@
 
 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
 
------------------------------------------------------------------------------
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