summaryrefslogtreecommitdiff
path: root/demos/Makefile.am
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@gnome.org>2006-01-29 04:00:45 +0000
committerBehdad Esfahbod <behdad@src.gnome.org>2006-01-29 04:00:45 +0000
commit6a66c972cafeeabd6e1a35ea7f622bb1f380bb94 (patch)
tree17ac6e6ca176643b755e9b92b24d83075ba27a91 /demos/Makefile.am
parentcca151bab7ff3f26d0f3b613ce1661dcfe199826 (diff)
downloadgtk+-6a66c972cafeeabd6e1a35ea7f622bb1f380bb94.tar.gz
If major.minor of required and available glib versions are the same, add
2006-01-28 Behdad Esfahbod <behdad@gnome.org> * configure.in: If major.minor of required and available glib versions are the same, add -DG_DISABLE_DEPRECATED to GLIB_CFLAGS. (bug #328617) * */Makefile.am: Remove hardcoded -DG_DISABLE_DEPRECATED.
Diffstat (limited to 'demos/Makefile.am')
-rw-r--r--demos/Makefile.am1
1 files changed, 0 insertions, 1 deletions
diff --git a/demos/Makefile.am b/demos/Makefile.am
index 9e40169559..7ab6ef0b46 100644
--- a/demos/Makefile.am
+++ b/demos/Makefile.am
@@ -5,7 +5,6 @@ SUBDIRS = gtk-demo
INCLUDES = \
-I$(top_srcdir) \
-I$(top_builddir)/gdk \
- -DG_DISABLE_DEPRECATED \
-DGDK_PIXBUF_DISABLE_DEPRECATED \
-DGDK_DISABLE_DEPRECATED \
-DGTK_DISABLE_DEPRECATED \