diff --git a/src/bin/Makefile.am b/src/bin/Makefile.am index 15b1ff2cb..8bed80e40 100644 --- a/src/bin/Makefile.am +++ b/src/bin/Makefile.am @@ -369,8 +369,8 @@ enlightenment_start_LDFLAGS = @dlopen_libs@ enlightenment_thumb_SOURCES = \ e.h \ e_thumb_main.c \ -$(enlightenment_src) - +e_sha1.c + enlightenment_thumb_LDFLAGS = @e_libs@ @dlopen_libs@ enlightenment_sys_SOURCES = \ diff --git a/src/bin/e_imc_main.c b/src/bin/e_imc_main.c index c7854054d..93e077b32 100644 --- a/src/bin/e_imc_main.c +++ b/src/bin/e_imc_main.c @@ -124,7 +124,7 @@ main(int argc, char **argv) } /* If File Exists, Try to read imc */ - read_imc = e_intl_input_method_config_read (ef); + read_imc = e_intl_input_method_config_read(ef); /* else create new imc */ if (write_ops != 0) @@ -158,7 +158,7 @@ main(int argc, char **argv) /* write imc to file */ - write_ok = e_intl_input_method_config_write (ef, write_imc); + write_ok = e_intl_input_method_config_write(ef, write_imc); }