Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/imlib2

Dir     : e17/libs/imlib2/src/bin


Modified Files:
        Makefile.am 
Added Files:
        imlib2_grab.c 


Log Message:


this SHOULD fix cross-endianness issues (serve and client not same endianess)
...

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/imlib2/src/bin/Makefile.am,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- Makefile.am 1 Nov 2004 09:45:29 -0000       1.1
+++ Makefile.am 28 Jul 2005 04:15:11 -0000      1.2
@@ -6,7 +6,7 @@
 @my_includes@
 
 if BUILD_X11
-X_BASED_PROGS = imlib2_show imlib2_test imlib2_bumpmap imlib2_poly 
imlib2_colorspace imlib2_view
+X_BASED_PROGS = imlib2_show imlib2_test imlib2_bumpmap imlib2_poly 
imlib2_colorspace imlib2_view imlib2_grab
 endif
 
 bin_PROGRAMS = \
@@ -33,3 +33,6 @@
 
 imlib2_view_SOURCES = imlib2_view.c
 imlib2_view_LDADD   = $(top_builddir)/src/lib/libImlib2.la
+
+imlib2_grab_SOURCES = imlib2_grab.c
+imlib2_grab_LDADD   = $(top_builddir)/src/lib/libImlib2.la




-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO September
19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to