[cairo-commit] cairo/src Makefile.am,1.27,1.28

Carl Worth commit at pdx.freedesktop.org
Tue Oct 26 14:38:49 PDT 2004


Committed by: cworth

Update of /cvs/cairo/cairo/src
In directory gabe:/tmp/cvs-serv8445/src

Modified Files:
	Makefile.am 
Log Message:

        * test/.cvsignore:
        * test/Makefile.am:
        * test/README:
        * test/cairo_test.c:
        * test/cairo_test.h:
        * test/line_width-ref.png:
        * test/line_width.c:
        * test/move_to_show_surface-ref.png:
        * test/move_to_show_surface.c:
        * test/read_png.c:
        * test/read_png.h:
        * test/write_png.c:
        * test/write_png.h:
        * test/xmalloc.c:
        * test/xmalloc.h: Add initial regression test suite.

        * configure.in: Don't AC_SUBST a dozen different FOO_CFLAGS and
        FOO_LIBS. Instead, incrementally build up just CAIRO_CFLAGS and
        CAIRO_LIBS.

        * cairo.pc.in (Libs): Don't list flags that should get picked up
        via dependency information through Requires.

        * BUGS (font-size): Add description of move_to_show_surface.


Index: Makefile.am
===================================================================
RCS file: /cvs/cairo/cairo/src/Makefile.am,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -d -r1.27 -r1.28
--- Makefile.am	8 Oct 2004 19:09:51 -0000	1.27
+++ Makefile.am	26 Oct 2004 21:38:43 -0000	1.28
@@ -62,6 +62,6 @@
 
 libcairo_la_LDFLAGS = -version-info @VERSION_INFO@ -no-undefined
 
-INCLUDES = -I$(srcdir) $(WARN_CFLAGS) $(CAIRO_CFLAGS) $(FONTCONFIG_CFLAGS) $(XRENDER_CFLAGS) $(XCB_CFLAGS) $(PNG_CFLAGS) $(GLITZ_CFLAGS)
+INCLUDES = -I$(srcdir) $(CAIRO_CFLAGS)
 
-libcairo_la_LIBADD = $(CAIRO_LIBS) $(FONTCONFIG_LIBS) $(XRENDER_LIBS) $(XCB_LIBS) $(PS_LIBS) $(PNG_LIBS) $(GLITZ_LIBS) -lm
+libcairo_la_LIBADD = $(CAIRO_LIBS) -lm




More information about the cairo-commit mailing list