summaryrefslogtreecommitdiff
path: root/demos/Makefile.am
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 /demos/Makefile.am
parent9ab61d69389feb4732dafddc6dd6cc7887073756 (diff)
downloadgtk+-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 'demos/Makefile.am')
-rw-r--r--demos/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/Makefile.am b/demos/Makefile.am
index 9f14cca8bd..a638c60393 100644
--- a/demos/Makefile.am
+++ b/demos/Makefile.am
@@ -6,8 +6,8 @@ INCLUDES = @STRIP_BEGIN@ \
-I$(top_srcdir) \
-I$(top_builddir)/gdk \
-DG_DISABLE_DEPRECATED \
- -DGDK_DISABLE_DEPRECATED \
-DGDK_PIXBUF_DISABLE_DEPRECATED \
+ -DGDK_DISABLE_DEPRECATED \
-DGTK_DISABLE_DEPRECATED \
@GTK_DEBUG_FLAGS@ \
@GTK_DEP_CFLAGS@ \