Enlightenment CVS committal Author : doursse Project : e17 Module : libs/ecore
Dir : e17/libs/ecore/src/bin Modified Files: Makefile.am Log Message: compile ecore_config program only if ecore_config is available =================================================================== RCS file: /cvs/e/e17/libs/ecore/src/bin/Makefile.am,v retrieving revision 1.25 retrieving revision 1.26 diff -u -3 -r1.25 -r1.26 --- Makefile.am 16 Jul 2007 07:23:10 -0000 1.25 +++ Makefile.am 17 Jul 2007 11:08:28 -0000 1.26 @@ -1,8 +1,10 @@ MAINTAINERCLEANFILES = Makefile.in if BUILD_ECORE_CONFIG +ECORE_CONFIG_PROG = ecore_config ECORE_CONFIG_LIB = $(top_builddir)/src/lib/ecore_config/libecore_config.la else +ECORE_CONFIG_PROG = ECORE_CONFIG_LIB = endif @@ -16,8 +18,7 @@ -DPACKAGE_LIB_DIR=\"@[EMAIL PROTECTED]" \ -DPACKAGE_DATA_DIR=\"@[EMAIL PROTECTED]" -bin_PROGRAMS = \ -ecore_config +bin_PROGRAMS = $(ECORE_CONFIG_PROG) ecore_config_SOURCES = \ ecore_config.c ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs