ecore: don't build Unix specific example on Windows.

This commit is contained in:
Cedric BAIL 2014-01-09 10:17:14 +09:00
parent 4013ab2fd2
commit a8c55b5a33
1 changed files with 4 additions and 1 deletions

View 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 \