From 6c32e237c66eb7c8999a5f51d23fd4398076501b Mon Sep 17 00:00:00 2001 From: "Jonas M. Gastal" Date: Mon, 2 Jul 2012 21:45:45 +0000 Subject: [PATCH] Build fix for DSO linking issue of eio example. SVN revision: 73171 --- legacy/eio/src/examples/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/legacy/eio/src/examples/Makefile.am b/legacy/eio/src/examples/Makefile.am index 53dfeb2dd6..73a8df7e90 100644 --- a/legacy/eio/src/examples/Makefile.am +++ b/legacy/eio/src/examples/Makefile.am @@ -11,7 +11,8 @@ AM_CPPFLAGS = \ @EIO_CFLAGS@ @EFL_EIO_BUILD@ ECOREBASELDADD = \ - $(top_builddir)/src/lib/libeio.la + $(top_builddir)/src/lib/libeio.la \ + @EIO_LIBS@ LDADD = \