From 8a25203d6411ad8633de4882bbfc978be098a92d Mon Sep 17 00:00:00 2001 From: Vincent Torri Date: Fri, 7 Sep 2012 18:56:49 +0000 Subject: [PATCH] Fix compilation on Windows SVN revision: 76318 --- legacy/eobj/src/examples/evas/Makefile.am | 6 ++++-- 1 file 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 = \ -I. \ -I$(top_srcdir)/src/lib \ -I$(top_builddir)/src/lib \ -@EO_CFLAGS@ +@EFL_EO_BUILD@ \ +@EO_CFLAGS@ \ +@ELM_CFLAGS@ noinst_PROGRAMS = @@ -27,7 +29,7 @@ evas_obj.c \ evas_obj.h \ test.c -evas_LDADD = $(top_builddir)/src/lib/libeo.la @EO_LIBS@ +evas_LDADD = $(top_builddir)/src/lib/libeo.la @ELM_LIBS@ @EO_LIBS@ endif endif