Why not using EET_LIBS in examples/Makefile.am ? It works well, here, so there is no need to check eina a second time
Vincent On Mon, Jul 2, 2012 at 9:38 PM, Enlightenment SVN <no-re...@enlightenment.org> wrote: > Log: > Unbreak eet examples(they need Eina). > > Previous commit caused build(not system) error for examples. > > Author: gastal > Date: 2012-07-02 12:38:54 -0700 (Mon, 02 Jul 2012) > New Revision: 73169 > Trac: http://trac.enlightenment.org/e/changeset/73169 > > Modified: > trunk/eet/configure.ac trunk/eet/src/examples/Makefile.am > > Modified: trunk/eet/configure.ac > =================================================================== > --- trunk/eet/configure.ac 2012-07-02 14:48:25 UTC (rev 73168) > +++ trunk/eet/configure.ac 2012-07-02 19:38:54 UTC (rev 73169) > @@ -223,6 +223,9 @@ > esac > AC_SUBST(EFL_EET_BUILD) > > +PKG_CHECK_MODULES(EINA, [eina >= 1.2.0]) > +requirement_eet="eina >= 1.2.0 ${requirement_eet}" > + > # Exotic library for copilation on Coyote > > PKG_CHECK_EXISTS([exotic], > > Modified: trunk/eet/src/examples/Makefile.am > =================================================================== > --- trunk/eet/src/examples/Makefile.am 2012-07-02 14:48:25 UTC (rev 73168) > +++ trunk/eet/src/examples/Makefile.am 2012-07-02 19:38:54 UTC (rev 73169) > @@ -5,30 +5,31 @@ > if BUILD_EXAMPLES > AM_CPPFLAGS = \ > -I. \ > --I$(top_srcdir)/src/lib > +-I$(top_srcdir)/src/lib \ > +@EINA_CFLAGS@ > > examples_PROGRAMS = eet_basic eet_file eet_data_simple eet_data_nested > eet_data_file_descriptor_01 eet_data_file_descriptor_02 > eet_data_cipher_decipher > > eet_basic_SOURCES = eet-basic.c > -eet_basic_LDADD = $(top_builddir)/src/lib/libeet.la > +eet_basic_LDADD = $(top_builddir)/src/lib/libeet.la @EINA_LIBS@ > > eet_file_SOURCES = eet-file.c > -eet_file_LDADD = $(top_builddir)/src/lib/libeet.la > +eet_file_LDADD = $(top_builddir)/src/lib/libeet.la @EINA_LIBS@ > > eet_data_simple_SOURCES = eet-data-simple.c > -eet_data_simple_LDADD = $(top_builddir)/src/lib/libeet.la > +eet_data_simple_LDADD = $(top_builddir)/src/lib/libeet.la @EINA_LIBS@ > > eet_data_nested_SOURCES = eet-data-nested.c > -eet_data_nested_LDADD = $(top_builddir)/src/lib/libeet.la > +eet_data_nested_LDADD = $(top_builddir)/src/lib/libeet.la @EINA_LIBS@ > > eet_data_file_descriptor_01_SOURCES = eet-data-file_descriptor_01.c > -eet_data_file_descriptor_01_LDADD = $(top_builddir)/src/lib/libeet.la > +eet_data_file_descriptor_01_LDADD = $(top_builddir)/src/lib/libeet.la > @EINA_LIBS@ > > eet_data_file_descriptor_02_SOURCES = eet-data-file_descriptor_02.c > -eet_data_file_descriptor_02_LDADD = $(top_builddir)/src/lib/libeet.la > +eet_data_file_descriptor_02_LDADD = $(top_builddir)/src/lib/libeet.la > @EINA_LIBS@ > > eet_data_cipher_decipher_SOURCES = eet-data-cipher_decipher.c > -eet_data_cipher_decipher_LDADD = $(top_builddir)/src/lib/libeet.la > +eet_data_cipher_decipher_LDADD = $(top_builddir)/src/lib/libeet.la > @EINA_LIBS@ > > endif > > > > ------------------------------------------------------------------------------ > Live Security Virtual Conference > Exclusive live event will cover all the ways today's security and > threat landscape has changed and how IT managers can respond. Discussions > will include endpoint security, mobile security and the latest in malware > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ > _______________________________________________ > enlightenment-svn mailing list > enlightenment-...@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/enlightenment-svn ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ enlightenment-devel mailing list enlightenment-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-devel