[cairo-commit] libsvg-cairo/src Makefile.am,1.6,1.7

Carl Worth commit at pdx.freedesktop.org
Thu Jan 20 08:42:42 PST 2005


Committed by: cworth

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

Modified Files:
	Makefile.am 
Log Message:

        * src/Makefile.am (INCLUDES):
        * configure.in: Add lots of warning flags when compiling with gcc.


Index: Makefile.am
===================================================================
RCS file: /cvs/cairo/libsvg-cairo/src/Makefile.am,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- Makefile.am	5 Dec 2003 17:35:43 -0000	1.6
+++ Makefile.am	20 Jan 2005 16:42:40 -0000	1.7
@@ -10,6 +10,6 @@
 
 libsvg_cairo_la_LDFLAGS = -version-info @VERSION_INFO@
 
-INCLUDES = $(LIBSVG_CAIRO_CFLAGS) $(X_CFLAGS)
+INCLUDES = $(WARN_CFLAGS) $(LIBSVG_CAIRO_CFLAGS) $(X_CFLAGS)
 
 libsvg_cairo_la_LIBADD = $(LIBSVG_CAIRO_LIBS) $(X_LIBS)




More information about the cairo-commit mailing list