ecore: don't build Unix specific example on Windows.
authorCedric BAIL <cedric.bail@samsung.com>
Thu, 9 Jan 2014 01:17:14 +0000 (10:17 +0900)
committerCedric BAIL <cedric.bail@samsung.com>
Thu, 9 Jan 2014 01:17:14 +0000 (10:17 +0900)
src/examples/ecore/Makefile.am

index 9edeb1f..34f6fd8 100644 (file)
@@ -33,7 +33,6 @@ EXTRA_PROGRAMS = \
 ecore_animator_example \
 ecore_client_bench \
 ecore_con_client_example \
-ecore_con_client_simple_example \
 ecore_con_lookup_example \
 ecore_con_server_example \
 ecore_con_server_http_example \
@@ -67,6 +66,10 @@ ecore_time_functions_example \
 ecore_timer_example \
 ecore_getopt_example
 
+if ! HAVE_WINDOWS
+EXTRA_PROGRAMS += ecore_con_client_simple_example
+endif
+
 ECORE_COMMON_LDADD = \
 $(top_builddir)/src/lib/ecore/libecore.la \
 $(top_builddir)/src/lib/eo/libeo.la \