Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/evas

Dir     : e17/libs/evas/src/modules/engines


Modified Files:
        Makefile.am 
Removed Files:
        Evas_Engine_Cairo_X11.h Evas_Engine_DirectFB.h 
        Evas_Engine_GL_X11.h 


Log Message:


move engine headers into engine dirs - and removes lots of useless old headers.

===================================================================
RCS file: /cvs/e/e17/libs/evas/src/modules/engines/Makefile.am,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -3 -r1.7 -r1.8
--- Makefile.am 11 Mar 2006 01:55:17 -0000      1.7
+++ Makefile.am 25 Apr 2006 04:00:20 -0000      1.8
@@ -15,35 +15,3 @@
 software_xcb \
 xrender_x11 \
 xrender_xcb
-
-# FIXME: these should go into engine subdirs so engines are much more fully
-# self-contained.
-
-EXTRA_DIST = \
-Evas_Engine_DirectFB.h \
-Evas_Engine_GL_X11.h \
-Evas_Engine_Cairo_X11.h
-
-if BUILD_ENGINE_DIRECTFB
-ENGINE_DIRECTFB_INC = Evas_Engine_DirectFB.h
-else
-ENGINE_DIRECTFB_INC = 
-endif
-
-if BUILD_ENGINE_GL_X11
-ENGINE_GL_X11_INC = Evas_Engine_GL_X11.h
-else
-ENGINE_GL_X11_INC =
-endif
-
-if BUILD_ENGINE_CAIRO_X11
-ENGINE_CAIRO_X11_INC = Evas_Engine_Cairo_X11.h
-else
-ENGINE_CAIRO_X11_INC =
-endif
-
-
-include_HEADERS      = \
-$(ENGINE_DIRECTFB_INC) \
-$(ENGINE_GL_X11_INC) \
-$(ENGINE_CAIRO_X11_INC)




-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to