ecore - let the ecore_con_eet_*.c examples build.
authorDavid Walter Seikel <won_fang@yahoo.com.au>
Fri, 11 Sep 2015 04:19:36 +0000 (14:19 +1000)
committerDavid Walter Seikel <won_fang@yahoo.com.au>
Fri, 11 Sep 2015 04:19:36 +0000 (14:19 +1000)
When using the --enable-always-build-examples configure option, these two
examples need to be linked to eet.

@fix

src/examples/ecore/Makefile.am

index 3f2c788..a8af94f 100644 (file)
@@ -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 \