[cairo-commit] cairo-gtk-engine/src Makefile.am,1.2,1.3
Carl Worth
commit at pdx.freedesktop.org
Thu Feb 3 12:12:49 PST 2005
Committed by: cworth
Update of /cvs/cairo/cairo-gtk-engine/src
In directory gabe:/tmp/cvs-serv29755/src
Modified Files:
Makefile.am
Log Message:
* configure.ac (WARN_CFLAGS):
* src/Makefile.am (INCLUDES): Enable lots of helpful -W flags when
compiling with gcc.
Index: Makefile.am
===================================================================
RCS file: /cvs/cairo/cairo-gtk-engine/src/Makefile.am,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- Makefile.am 29 Oct 2003 01:24:38 -0000 1.2
+++ Makefile.am 3 Feb 2005 20:12:47 -0000 1.3
@@ -2,7 +2,7 @@
-DGTK_DISABLE_DEPRECATED \
-DGDK_DISABLE_DEPRECATED \
-DG_DISABLE_DEPRECATED \
- $(CGE_CFLAGS)
+ $(CGE_CFLAGS) $(WARN_CFLAGS)
enginedir = $(libdir)/gtk-2.0/$(GTK_VERSION)/engines
engine_LTLIBRARIES = libcairo-gtk-engine.la
More information about the cairo-commit
mailing list