Enlightenment CVS committal

Author  : doursse
Project : e17
Module  : libs/evas

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


Modified Files:
        Makefile.am 


Log Message:
gif loader

===================================================================
RCS file: /cvs/e/e17/libs/evas/src/modules/loaders/Makefile.am,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- Makefile.am 14 Jan 2006 19:56:54 -0000      1.1
+++ Makefile.am 8 Apr 2006 12:21:15 -0000       1.2
@@ -8,6 +8,10 @@
 eet_subdir = eet
 endif
 
+if BUILD_LOADER_GIF
+gif_subdir = gif
+endif
+
 if BUILD_LOADER_JPEG
 jpeg_subdir = jpeg
 endif
@@ -16,4 +20,4 @@
 png_subdir = png
 endif
 
-SUBDIRS = $(edb_subdir) $(eet_subdir) $(jpeg_subdir) $(png_subdir)
+SUBDIRS = $(edb_subdir) $(eet_subdir) $(gif_subdir) $(jpeg_subdir) 
$(png_subdir)




-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to