Enlightenment CVS committal

Author  : doursse
Project : e17
Module  : libs/evas

Dir     : e17/libs/evas


Modified Files:
        Makefile.am 


Log Message:
Direct3D engine. I'm not an expert of that api, so there should room for lots 
of improvements

===================================================================
RCS file: /cvs/e/e17/libs/evas/Makefile.am,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -3 -r1.43 -r1.44
--- Makefile.am 14 Aug 2007 20:21:05 -0000      1.43
+++ Makefile.am 17 Aug 2007 09:16:26 -0000      1.44
@@ -21,6 +21,7 @@
                       evas-xrender-x11.pc \
                       evas-xrender-xcb.pc \
                       evas-software-ddraw.pc \
+                      evas-direct3d.pc \
                       evas-sdl.pc \
                       evas.pc \
                       evas.spec \
@@ -45,6 +46,7 @@
             evas-xrender-x11.pc \
             evas-xrender-xcb.pc \
             evas-software-ddraw.pc \
+            evas-direct3d.pc \
             evas-sdl.pc \
             evas.pc \
             evas.spec.in evas.spec \
@@ -128,6 +130,10 @@
 psoftwareddraw = evas-software-ddraw.pc
 endif
 
+if BUILD_ENGINE_DIRECT3D
+pdirect3d = evas-direct3d.pc
+endif
+
 if BUILD_ENGINE_SDL
 psdl = evas-sdl.pc
 endif
@@ -137,4 +143,4 @@
        evas.pc $(psoftwarex11) $(psoftwarexcb) $(pdirectfb) $(pframebuffer) \
        $(psoftwarebuffer) $(psoftwareqtopia) $(popenglx11) $(pcairox11) \
        $(pxrenderx11) $(pxrenderxcb) $(pglitzx11) $(psoftwareddraw) $(psdl) \
-       $(psoftware16x11)
+       $(psoftware16x11) $(pdirect3d)



-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to