summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorManish Singh <yosh@gimp.org>2002-09-29 21:24:24 +0000
committerManish Singh <yosh@src.gnome.org>2002-09-29 21:24:24 +0000
commitd8efdf00248d59b4f6a0166ccf47cb63eb696b25 (patch)
tree7df94339089247bbbee5d9ac2e7c4d6dfd0e0e8d /contrib
parent9ab61d69389feb4732dafddc6dd6cc7887073756 (diff)
downloadgdk-pixbuf-d8efdf00248d59b4f6a0166ccf47cb63eb696b25.tar.gz
add deprecation compile flags
Sun Sep 29 14:22:47 2002 Manish Singh <yosh@gimp.org> * contrib/gdk-pixbuf-xlib/Makefile.am demos/Makefile.am demos/gtk-demo/Makefile.am: add deprecation compile flags * demos/testanimation.c demos/testpixbuf-save.c demos/testpixbuf.c demos/gtk-demo/*.c gdk-pixbuf/gdk-pixbuf-animation.c gdk-pixbuf/gdk-pixbuf.c: minor cleanups, getting rid of unnecessary casts
Diffstat (limited to 'contrib')
-rw-r--r--contrib/gdk-pixbuf-xlib/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/gdk-pixbuf-xlib/Makefile.am b/contrib/gdk-pixbuf-xlib/Makefile.am
index af8ab40e2..e07f8d59c 100644
--- a/contrib/gdk-pixbuf-xlib/Makefile.am
+++ b/contrib/gdk-pixbuf-xlib/Makefile.am
@@ -4,6 +4,8 @@ INCLUDES = @STRIP_BEGIN@ \
-I$(top_srcdir) -I$(top_builddir) \
-I$(top_srcdir)/gdk-pixbuf \
-I$(top_srcdir)/contrib \
+ -DG_DISABLE_DEPRECATED \
+ -DGDK_PIXBUF_DISABLE_DEPRECATED \
@GDK_PIXBUF_XLIB_DEP_CFLAGS@ \
@STRIP_END@