projects
/
platform
/
upstream
/
efl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b262d79
)
ecore: don't build Unix specific example on Windows.
author
Cedric BAIL
<cedric.bail@samsung.com>
Thu, 9 Jan 2014 01:17:14 +0000
(10:17 +0900)
committer
Cedric BAIL
<cedric.bail@samsung.com>
Thu, 9 Jan 2014 01:17:14 +0000
(10:17 +0900)
src/examples/ecore/Makefile.am
patch
|
blob
|
history
diff --git
a/src/examples/ecore/Makefile.am
b/src/examples/ecore/Makefile.am
index
9edeb1f
..
34f6fd8
100644
(file)
--- a/
src/examples/ecore/Makefile.am
+++ b/
src/examples/ecore/Makefile.am
@@
-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 \