devilhorns pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=be3ec4fcc5ca77a716ae6c35de281f4f27e52875
commit be3ec4fcc5ca77a716ae6c35de281f4f27e52875 Author: Chris Michael <[email protected]> Date: Mon Aug 11 13:13:36 2014 -0400 Fix build breakage from removal of config_engine file We cannot generate PO files for source files that do not exist anymore. Bad Raster, Spankies !! ;) @fix Signed-off-by: Chris Michael <[email protected]> --- po/POTFILES.in | 1 - 1 file changed, 1 deletion(-) diff --git a/po/POTFILES.in b/po/POTFILES.in index b6b9394..295c225 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -180,7 +180,6 @@ src/modules/conf_menus/e_mod_main.c src/modules/conf_paths/e_int_config_env.c src/modules/conf_paths/e_int_config_paths.c src/modules/conf_paths/e_mod_main.c -src/modules/conf_performance/e_int_config_engine.c src/modules/conf_performance/e_int_config_performance.c src/modules/conf_performance/e_int_config_powermanagement.c src/modules/conf_performance/e_mod_main.c --
