Enlightenment CVS committal Author : sebastid Project : e17 Module : apps/entrance
Dir : e17/apps/entrance/src/daemon Modified Files: Makefile.am md5.c Log Message: The rest of the ecore_config update. =================================================================== RCS file: /cvsroot/enlightenment/e17/apps/entrance/src/daemon/Makefile.am,v retrieving revision 1.15 retrieving revision 1.16 diff -u -3 -r1.15 -r1.16 --- Makefile.am 30 May 2005 21:16:02 -0000 1.15 +++ Makefile.am 16 Aug 2005 04:04:04 -0000 1.16 @@ -1,6 +1,6 @@ ## Process this file with automake to produce Makefile.in -INCLUDES = @X_CFLAGS@ @ecore_cflags@ @edb_cflags@ +INCLUDES = @X_CFLAGS@ @ecore_cflags@ sbin_PROGRAMS = entranced bin_SCRIPTS = entrance_wrapper @@ -8,4 +8,4 @@ entranced_SOURCES = \ auth.c auth.h Entranced.h ipc.c ipc.h md5.c md5.h spawner.c util.c util.h -entranced_LDADD = @X_LIBS@ -lXau @ecore_libs@ @edb_libs@ +entranced_LDADD = @X_LIBS@ -lXau @ecore_libs@ =================================================================== RCS file: /cvsroot/enlightenment/e17/apps/entrance/src/daemon/md5.c,v retrieving revision 1.2 retrieving revision 1.3 diff -u -3 -r1.2 -r1.3 --- md5.c 23 Mar 2004 01:31:59 -0000 1.2 +++ md5.c 16 Aug 2005 04:04:04 -0000 1.3 @@ -1,3 +1,4 @@ +#include <stdlib.h> #include <string.h> /* for memcpy() */ #include "md5.h" ------------------------------------------------------- SF.Net email is Sponsored by the Better Software Conference & EXPO September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs