Enlightenment CVS committal Author : doursse Project : e17 Module : proto/eina
Dir : e17/proto/eina/src/modules/mp/ememoa_fixed Modified Files: Makefile.am Log Message: * compile ememoa stuff only when is it available * move AC_C___ATTRIBUTE__ to where it belongs * improve autotools when running 'make' just after having modified configure.in * formatting =================================================================== RCS file: /cvs/e/e17/proto/eina/src/modules/mp/ememoa_fixed/Makefile.am,v retrieving revision 1.2 retrieving revision 1.3 diff -u -3 -r1.2 -r1.3 --- Makefile.am 1 Aug 2008 12:30:07 -0000 1.2 +++ Makefile.am 1 Aug 2008 13:03:01 -0000 1.3 @@ -7,6 +7,8 @@ @COVERAGE_CFLAGS@ \ @EMEMOA_CFLAGS@ +if EINA_ENABLE_EMEMOA + controllerdir = $(libdir)/eina/chained_pool/ controller_LTLIBRARIES = eina_ememoa_fixed.la @@ -16,3 +18,5 @@ eina_ememoa_fixed_la_LIBADD = $(top_builddir)/src/lib/libeina.la @EMEMOA_LIBS@ @COVERAGE_LIBS@ eina_ememoa_fixed_la_LDFLAGS = -no-undefined @lt_enable_auto_import@ -module -avoid-version eina_ememoa_fixed_la_DEPENDENCIES = $(top_builddir)/src/lib/libeina.la + +endif ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs