From: Lucas De Marchi Date: Thu, 8 Nov 2012 03:45:14 +0000 (+0000) Subject: e/modules: fix missing "\" for line continuation X-Git-Tag: submit/efl/20131021.015651~2795 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7c381d2d272de43c3c439f70bd7059dd3ac0ee4e;p=platform%2Fupstream%2Fenlightenment.git e/modules: fix missing "\" for line continuation Add "\" for line continuation in temperature and dropshadow modules. SVN revision: 78988 --- diff --git a/src/modules/Makefile_dropshadow.am b/src/modules/Makefile_dropshadow.am index 72faadc..924e03c 100644 --- a/src/modules/Makefile_dropshadow.am +++ b/src/modules/Makefile_dropshadow.am @@ -9,7 +9,7 @@ dropshadowpkg_LTLIBRARIES = dropshadow/module.la dropshadow_module_la_SOURCES = dropshadow/e_mod_main.h \ dropshadow/e_mod_main.c \ - dropshadow/e_mod_config.h + dropshadow/e_mod_config.h \ dropshadow/e_mod_config.c dropshadow_module_la_DEPENDENCIES = $(MDEPENDENCIES) diff --git a/src/modules/Makefile_temperature.am b/src/modules/Makefile_temperature.am index 6538c5f..1d18292 100644 --- a/src/modules/Makefile_temperature.am +++ b/src/modules/Makefile_temperature.am @@ -11,7 +11,7 @@ temperature_module_la_DEPENDENCIES = $(MDEPENDENCIES) temperature_module_la_SOURCES = temperature/e_mod_main.c \ temperature/e_mod_main.h \ temperature/e_mod_config.c \ - temperature/e_mod_main_private.h + temperature/e_mod_main_private.h \ temperature/e_mod_tempget.c if HAVE_EEZE