Doc: Try to fix build on Ubuntu
authorJean-Philippe Andre <jp.andre@samsung.com>
Thu, 25 Jun 2015 08:50:12 +0000 (17:50 +0900)
committerJean-Philippe Andre <jp.andre@samsung.com>
Thu, 25 Jun 2015 08:50:12 +0000 (17:50 +0900)
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

doc/previews/Makefile.am

index 7b3a87e..f7c405b 100644 (file)
@@ -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 \