[cairo-commit] cairo/test Makefile.am,1.59,1.60

Carl Worth commit at pdx.freedesktop.org
Sat Jun 25 02:00:20 PDT 2005


Committed by: cworth

Update of /cvs/cairo/cairo/test
In directory gabe:/tmp/cvs-serv29929/test

Modified Files:
	Makefile.am 
Log Message:

        From:           J. Ali Harlow" <ali at avrc.city.ac.uk>
        Reviewed by:    Vladimir Vukicevic <vladimirv at gmail.com>

        * test/Makefile.am:
        * src/cairo-win32-surface.c: (_cairo_win32_surface_create_for_dc),
        (_cairo_win32_surface_create_similar),
        (_cairo_win32_surface_create_dib),
        (_cairo_win32_surface_composite), (categorize_solid_dest_operator),
        (_cairo_win32_surface_set_clip_region): Update win32 backend to
        match current API, so it actually builds once again.


Index: Makefile.am
===================================================================
RCS file: /cvs/cairo/cairo/test/Makefile.am,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -d -r1.59 -r1.60
--- Makefile.am	20 Jun 2005 16:59:23 -0000	1.59
+++ Makefile.am	25 Jun 2005 09:00:17 -0000	1.60
@@ -109,8 +109,8 @@
 	-D_GNU_SOURCE				\
 	$(CAIRO_CFLAGS)				\
 	-I$(srcdir)				\
-	-I$(top_srcdir)/src			\
-	-I$(top_builddir)/src
+	-I$(top_builddir)/src			\
+	-I$(top_srcdir)/src
 
 noinst_LTLIBRARIES = libcairotest.la
 




More information about the cairo-commit mailing list