Enlightenment CVS committal

Author  : doursse
Project : e17
Module  : test

Dir     : e17/test/orig/ecore


Modified Files:
        Makefile ecore_config.c 


Log Message:
make the tests compile

===================================================================
RCS file: /cvs/e/e17/test/orig/ecore/Makefile,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- Makefile    28 Oct 2006 10:35:30 -0000      1.2
+++ Makefile    17 Nov 2006 17:06:26 -0000      1.3
@@ -43,7 +43,6 @@
 ############################################################################
 #### boilerplate
 .c.o:
-       $(CC) $(FALGS) $(CFLAGS) -c $< -o $@
+       $(CC) $(FLAGS) $(CFLAGS) -c $< -o $@
 clean::
        rm -rf $(BINS) *.o *~
-       
===================================================================
RCS file: /cvs/e/e17/test/orig/ecore/ecore_config.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- ecore_config.c      28 Oct 2006 10:35:30 -0000      1.2
+++ ecore_config.c      17 Nov 2006 17:06:26 -0000      1.3
@@ -1,12 +1,13 @@
-#include "Ecore.h"
-
 #include <stdio.h>
 #include <string.h>
 #include <stdlib.h>
 
 #include <unistd.h>
 #include <getopt.h>
+
 #include <Eet.h>
+
+#include <Ecore.h>
 #include <Ecore_Config.h>
 #include <Ecore_Data.h>
 



-------------------------------------------------------------------------
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