diff options
author | Jean-Philippe Andre <jp.andre@samsung.com> | 2015-06-25 17:50:12 +0900 |
---|---|---|
committer | Jean-Philippe Andre <jp.andre@samsung.com> | 2015-06-25 17:50:12 +0900 |
commit | 6f846d89cd3259ff51dc419394a63ccc9cdd83fa (patch) | |
tree | c5b2108dd245e5f892f81944ab6d13a3897e4cfa /doc | |
parent | 42348327137604574157be3d08e20ffc97f0f7d9 (diff) | |
download | efl-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
Diffstat (limited to 'doc')
-rw-r--r-- | doc/previews/Makefile.am | 1 |
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 \ |