[evas] No need to double check dependencies of external
authorglima <glima@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Fri, 10 Jun 2011 21:31:17 +0000 (21:31 +0000)
committerglima <glima@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Fri, 10 Jun 2011 21:31:17 +0000 (21:31 +0000)
 libs on examples.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@60205 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/examples/Makefile.am

index 236a323..a632d82 100644 (file)
@@ -36,20 +36,13 @@ pkglib_PROGRAMS += evas_init_shutdown
 evas_init_shutdown_SOURCES = evas-init-shutdown.c
 evas_init_shutdown_LDADD = $(top_builddir)/src/lib/libevas.la
 
-# put in here the dependencies for Evas' examples. they are meant to
-# be 'real world' usage examples, thus one will be using higher level
-# libraries on these programs. also remember to link with these extra
-# libs only the example requiring them
-if BUILD_ENGINE_SOFTWARE_X11
-AM_CPPFLAGS += -I$(top_srcdir)/src/modules/engines/software_x11 \
-       @ECORE_EVAS_CFLAGS@
+AM_CPPFLAGS += @ECORE_EVAS_CFLAGS@
 
 pkglib_PROGRAMS += evas_load_error_str
 evas_load_error_str_SOURCES = evas-load-error-str.c
 evas_load_error_str_LDADD = $(top_builddir)/src/lib/libevas.la @ECORE_EVAS_LIBS@
-endif
 
-endif
+endif # if BUILD_EXAMPLES
 
 filesdir = $(datadir)/$(PACKAGE)/examples
 files_DATA = $(srcdir)/enlightenment.png