Enlightenment CVS committal

Author  : englebass
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        Makefile.am e_imc_main.c 


Log Message:
Don't link the complete e src into e_thumb.

===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/Makefile.am,v
retrieving revision 1.169
retrieving revision 1.170
diff -u -3 -r1.169 -r1.170
--- Makefile.am 27 Jan 2007 05:30:33 -0000      1.169
+++ Makefile.am 29 Jan 2007 02:07:35 -0000      1.170
@@ -369,8 +369,8 @@
 enlightenment_thumb_SOURCES = \
 e.h \
 e_thumb_main.c \
-$(enlightenment_src)
-   
+e_sha1.c
+
 enlightenment_thumb_LDFLAGS = @e_libs@ @dlopen_libs@
 
 enlightenment_sys_SOURCES = \
===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_imc_main.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- e_imc_main.c        27 Jan 2007 05:52:17 -0000      1.3
+++ e_imc_main.c        29 Jan 2007 02:07:35 -0000      1.4
@@ -124,7 +124,7 @@
      }
 
    /* 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 @@
 
        
        /* 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);
      }
 
 



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to