Enlightenment CVS committal

Author  : chaos
Project : e17
Module  : libs/epsilon

Dir     : e17/libs/epsilon/src/bin


Modified Files:
        Makefile.am 
Added Files:
        epsilon_thumb_test.c epsilon_thumbd.c 


Log Message:
* Added RbdPngn's async epsilon API (previously known as ecore_thumb).  Epsilon 
sync should still work exactly the same
* 1 known issue: the async generator for some reason only generates thumbs in 
jpg.  Could be an autofoo issue

===================================================================
RCS file: /cvs/e/e17/libs/epsilon/src/bin/Makefile.am,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- Makefile.am 2 Sep 2005 20:13:21 -0000       1.5
+++ Makefile.am 28 Mar 2006 09:10:13 -0000      1.6
@@ -1,12 +1,13 @@
 ## Process this file with automake to produce Makefile.in
 
 INCLUDES = -I$(top_srcdir)/src/lib \
+          -I$(top_srcdir)/src/include \
            @IMLIB2_CFLAGS@ \
            @EVAS_CFLAGS@ \
            @ECORE_CFLAGS@ \
            @EDJE_CFLAGS@
 
-bin_PROGRAMS = epsilon
+bin_PROGRAMS = epsilon epsilon_thumbd epsilon_thumb_test
 
 epsilon_SOURCES = \
 epsilon_main.c 
@@ -15,3 +16,26 @@
 $(top_builddir)/src/lib/libepsilon.la @IMLIB2_LIBS@ @EVAS_LIBS@ @ECORE_LIBS@ 
@EDJE_LIBS@
 
 epsilon_DEPENDENCIES = $(top_builddir)/src/lib/libepsilon.la
+
+epsilon_thumbd_SOURCES = \
+epsilon_thumbd.c \
+$(top_builddir)/src/common/epsilon_thumb_common.c
+
+epsilon_thumbd_DEPENDENCIES = $(top_builddir)/src/lib/libepsilon.la
+
+epsilon_thumbd_LDADD = \
+$(top_builddir)/src/lib/libepsilon.la \
[EMAIL PROTECTED]@
+
+epsilon_thumb_test_SOURCES = \
+epsilon_thumb_test.c
+
+epsilon_thumb_test_DEPENDENCIES = $(top_builddir)/src/lib/libepsilon.la
+
+epsilon_thumb_test_LDADD = \
+$(top_builddir)/src/lib/libepsilon.la \
[EMAIL PROTECTED]@
+
+                       
+
+




-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to