summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcaro <caro>2012-09-07 18:56:49 +0000
committercaro <caro@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>2012-09-07 18:56:49 +0000
commit3132a8e74364a384ff257df1ac26af57424016db (patch)
tree50802b6bdcf57ebdc96955a7d0b1bb7b6ecd272c
parentb04298eae08272fae3fbf56f10ab227101dead8c (diff)
downloadeobj-3132a8e74364a384ff257df1ac26af57424016db.tar.gz
eobj-3132a8e74364a384ff257df1ac26af57424016db.tar.bz2
eobj-3132a8e74364a384ff257df1ac26af57424016db.zip
Fix compilation on Windows
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/PROTO/eobj@76318 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
-rw-r--r--src/examples/evas/Makefile.am6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/examples/evas/Makefile.am b/src/examples/evas/Makefile.am
index 2177853..e544298 100644
--- a/src/examples/evas/Makefile.am
+++ b/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