Enlightenment CVS committal

Author  : raster
Project : misc
Module  : rage

Dir     : misc/rage/src/bin


Modified Files:
        Makefile.am 
Added Files:
        raged_main.c 


Log Message:


started stub of a raged... rage daemon/server - split front and back end of
rage.

===================================================================
RCS file: /cvs/e/misc/rage/src/bin/Makefile.am,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- Makefile.am 29 Mar 2007 14:23:37 -0000      1.3
+++ Makefile.am 3 May 2007 07:05:34 -0000       1.4
@@ -4,7 +4,7 @@
 
 INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src/bin @EVAS_CFLAGS@ 
@ECORE_CFLAGS@ @EDJE_CFLAGS@ @EMOTION_CFLAGS@
 
-bin_PROGRAMS = rage rage_thumb
+bin_PROGRAMS = rage rage_thumb raged
 
 rage_SOURCES = \
 main.c \
@@ -44,3 +44,9 @@
 
 rage_thumb_LDADD = @my_libs@ @EVAS_LIBS@ @ECORE_LIBS@ @EDJE_LIBS@ 
@EMOTION_LIBS@
 
+raged_SOURCES = \
+raged_main.c \
+sha1.c \
+sha1.h
+
+raged_LDADD = @my_libs@ @EVAS_LIBS@ @ECORE_LIBS@ @EMOTION_LIBS@



-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to