Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/edje

Dir     : e17/libs/edje/src/bin


Modified Files:
        Makefile.am edje_main.h 
Added Files:
        edje_thumb.c edje_thumb.h 


Log Message:


an edje thumbnailer executable... :) requires up to date ecore and evas
having a buffer engine...

have fun :)

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/edje/src/bin/Makefile.am,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -3 -r1.23 -r1.24
--- Makefile.am 9 Dec 2004 05:49:34 -0000       1.23
+++ Makefile.am 9 Jan 2005 09:50:16 -0000       1.24
@@ -17,11 +17,13 @@
 edje_ls \
 edje_test \
 @EDJE_CC_PRG@ \
[EMAIL PROTECTED]@
[EMAIL PROTECTED]@ \
[EMAIL PROTECTED]@
 
 EXTRA_PROGRAMS = \
 edje_cc \
-edje_decc
+edje_decc \
+edje_thumb
 
 edje_SOURCES = \
 edje_main.c \
@@ -62,6 +64,17 @@
 edje_decc_DEPENDENCIES = $(top_builddir)/src/lib/libedje.la
 
 
+edje_thumb_SOURCES = \
+edje_thumb.c \
+edje_thumb.h
+
+edje_thumb_LDADD = \
+$(top_builddir)/src/lib/libedje.la \
[EMAIL PROTECTED]@
+
+edje_thumb_DEPENDENCIES = $(top_builddir)/src/lib/libedje.la
+
+
 
 edje_ls_SOURCES = \
 edje_ls.c
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/edje/src/bin/edje_main.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- edje_main.h 30 Oct 2004 11:47:23 -0000      1.2
+++ edje_main.h 9 Jan 2005 09:50:16 -0000       1.3
@@ -1,5 +1,5 @@
-#ifndef EDJE_H
-#define EDJE_H
+#ifndef EDJE_MAIN_H
+#define EDJE_MAIN_H
 
 #ifdef HAVE_CONFIG_H
 #include <config.h>




-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to