summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Philippe Andre <jp.andre@samsung.com>2015-06-25 17:50:12 +0900
committerJean-Philippe Andre <jp.andre@samsung.com>2015-06-25 17:50:12 +0900
commit6f846d89cd3259ff51dc419394a63ccc9cdd83fa (patch)
treec5b2108dd245e5f892f81944ab6d13a3897e4cfa
parent42348327137604574157be3d08e20ffc97f0f7d9 (diff)
downloadefl-6f846d89cd3259ff51dc419394a63ccc9cdd83fa.tar.gz
Doc: Try to fix build on Ubuntu
The error message was: /usr/bin/ld: preview_text_filter.o: undefined reference to symbol 'efl_gfx_filter_program_set' //home/batden/Enlightenment20/efl/src/lib/efl/.libs/libefl.so.1: error adding symbols: DSO missing from command line
-rw-r--r--doc/previews/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/previews/Makefile.am b/doc/previews/Makefile.am
index 7b3a87e943..f7c405b5cb 100644
--- a/doc/previews/Makefile.am
+++ b/doc/previews/Makefile.am
@@ -28,6 +28,7 @@ AM_CPPFLAGS = \
LDADD = \
$(top_builddir)/src/lib/eina/libeina.la \
$(top_builddir)/src/lib/eo/libeo.la \
+$(top_builddir)/src/lib/efl/libefl.la \
$(top_builddir)/src/lib/eet/libeet.la \
$(top_builddir)/src/lib/evas/libevas.la \
$(top_builddir)/src/lib/ecore/libecore.la \