Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/ecore

Dir     : e17/libs/ecore/src/bin


Modified Files:
      Tag: SPLIT
        Makefile.am ecore_test.c 


Log Message:

hook it all in

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ecore/src/bin/Attic/Makefile.am,v
retrieving revision 1.1.2.3
retrieving revision 1.1.2.4
diff -u -3 -r1.1.2.3 -r1.1.2.4
--- Makefile.am 16 Jan 2003 11:26:42 -0000      1.1.2.3
+++ Makefile.am 6 Feb 2003 06:19:40 -0000       1.1.2.4
@@ -1,10 +1,12 @@
 ## Process this file with automake to produce Makefile.in
 
 INCLUDES = \
-@x_cflags@ \
 -I../lib/ecore \
 -I../lib/ecore_job \
--I../lib/ecore_x
+-I../lib/ecore_x \
+-I../lib/ecore_evas \
+@evas_cflags@ \
+@x_cflags@
 
 bin_PROGRAMS = \
 ecore_test
@@ -15,7 +17,8 @@
 ecore_test_LDADD = \
 ../lib/ecore/libecore.la \
 ../lib/ecore_job/libecore_job.la \
-../lib/ecore_x/libecore_x.la
+../lib/ecore_x/libecore_x.la \
+../lib/ecore_evas/libecore_evas.la
 
 ecore_test_LDFLAGS = \
 $(LDFLAGS) \
@@ -28,4 +31,5 @@
 ecore_test_DEPENDENCIES = \
 ../lib/ecore/libecore.la \
 ../lib/ecore_job/libecore_job.la \
-../lib/ecore_x/libecore_x.la
+../lib/ecore_x/libecore_x.la \
+../lib/ecore_evas/libecore_evas.la
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ecore/src/bin/Attic/ecore_test.c,v
retrieving revision 1.1.2.12
retrieving revision 1.1.2.13
diff -u -3 -r1.1.2.12 -r1.1.2.13
--- ecore_test.c        5 Feb 2003 06:51:57 -0000       1.1.2.12
+++ ecore_test.c        6 Feb 2003 06:19:40 -0000       1.1.2.13
@@ -1,6 +1,7 @@
 #include "Ecore.h"
 #include "Ecore_Job.h"
 #include "Ecore_X.h"
+#include "Ecore_Evas.h"
 
 #include <unistd.h>
 #include <fcntl.h>




-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to