onefang pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=14b2ba7bed1409d7f95665bb0f1122714c5b444a

commit 14b2ba7bed1409d7f95665bb0f1122714c5b444a
Author: David Walter Seikel <won_f...@yahoo.com.au>
Date:   Fri Sep 11 14:19:36 2015 +1000

    ecore - let the ecore_con_eet_*.c examples build.
    
    When using the --enable-always-build-examples configure option, these two
    examples need to be linked to eet.
    
    @fix
---
 src/examples/ecore/Makefile.am | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/src/examples/ecore/Makefile.am b/src/examples/ecore/Makefile.am
index 3f2c788..a8af94f 100644
--- a/src/examples/ecore/Makefile.am
+++ b/src/examples/ecore/Makefile.am
@@ -264,10 +264,12 @@ ecore_getopt_example_SOURCES = ecore_getopt_example.c
 ecore_getopt_example_LDADD = $(ECORE_COMMON_LDADD)
 
 ecore_con_eet_client_example_SOURCES = ecore_con_eet_client_example.c 
ecore_con_eet_descriptor_example.c
-ecore_con_eet_client_example_LDADD = $(ECORE_CON_COMMON_LDADD)
+ecore_con_eet_client_example_LDADD = $(ECORE_CON_COMMON_LDADD) \
+$(top_builddir)/src/lib/eet/libeet.la
 
 ecore_con_eet_server_example_SOURCES = ecore_con_eet_server_example.c 
ecore_con_eet_descriptor_example.c
-ecore_con_eet_server_example_LDADD = $(ECORE_CON_COMMON_LDADD)
+ecore_con_eet_server_example_LDADD = $(ECORE_CON_COMMON_LDADD) \
+$(top_builddir)/src/lib/eet/libeet.la
 
 SRCS = \
 ecore_animator_example.c \

-- 


Reply via email to