diff options
author | Vincent Torri <vincent.torri@gmail.com> | 2012-09-07 18:56:49 +0000 |
---|---|---|
committer | Vincent Torri <vincent.torri@gmail.com> | 2012-09-07 18:56:49 +0000 |
commit | 8a25203d6411ad8633de4882bbfc978be098a92d (patch) | |
tree | 62c9e6c80c6d3f73199de045836b2b25722fd321 /legacy/eobj | |
parent | b17e46d620b688d0a9d8cd5836c419070ab60f94 (diff) |
Fix compilation on Windows
SVN revision: 76318
Diffstat (limited to 'legacy/eobj')
-rw-r--r-- | legacy/eobj/src/examples/evas/Makefile.am | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/legacy/eobj/src/examples/evas/Makefile.am b/legacy/eobj/src/examples/evas/Makefile.am index 2177853d44..e54429889f 100644 --- a/legacy/eobj/src/examples/evas/Makefile.am +++ b/legacy/eobj/src/examples/evas/Makefile.am | |||
@@ -5,7 +5,9 @@ AM_CPPFLAGS = \ | |||
5 | -I. \ | 5 | -I. \ |
6 | -I$(top_srcdir)/src/lib \ | 6 | -I$(top_srcdir)/src/lib \ |
7 | -I$(top_builddir)/src/lib \ | 7 | -I$(top_builddir)/src/lib \ |
8 | @EO_CFLAGS@ | 8 | @EFL_EO_BUILD@ \ |
9 | @EO_CFLAGS@ \ | ||
10 | @ELM_CFLAGS@ | ||
9 | 11 | ||
10 | noinst_PROGRAMS = | 12 | noinst_PROGRAMS = |
11 | 13 | ||
@@ -27,7 +29,7 @@ evas_obj.c \ | |||
27 | evas_obj.h \ | 29 | evas_obj.h \ |
28 | test.c | 30 | test.c |
29 | 31 | ||
30 | evas_LDADD = $(top_builddir)/src/lib/libeo.la @EO_LIBS@ | 32 | evas_LDADD = $(top_builddir)/src/lib/libeo.la @ELM_LIBS@ @EO_LIBS@ |
31 | 33 | ||
32 | endif | 34 | endif |
33 | endif | 35 | endif |