e/modules: fix missing "\" for line continuation

Add "\" for line continuation in temperature and dropshadow modules.



SVN revision: 78988
This commit is contained in:
Lucas De Marchi 2012-11-08 03:45:14 +00:00
parent 7a9d3996d2
commit 7c381d2d27
2 changed files with 2 additions and 2 deletions

View File

@ -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)

View File

@ -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