Don't link the complete e src into e_thumb.

SVN revision: 28160
This commit is contained in:
Sebastian Dransfeld 2007-01-29 02:07:35 +00:00
parent aaf50a6316
commit d15cb545b1
2 changed files with 4 additions and 4 deletions

View File

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

View File

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