diff options
author | Michael Natterer <mitch@imendio.com> | 2008-08-12 15:04:55 +0000 |
---|---|---|
committer | Michael Natterer <mitch@src.gnome.org> | 2008-08-12 15:04:55 +0000 |
commit | e0d30ee141c3a269ee4f74769e48c722633c324c (patch) | |
tree | 880a33550fb8fd8e5dded9e6552a7d4299dad5a6 /modules/input | |
parent | f385a771e11ddb1b9b19b3a691259c7a7c54be28 (diff) | |
download | gtk+-e0d30ee141c3a269ee4f74769e48c722633c324c.tar.gz |
define -DGDK_PIXBUF_DISABLE_DEPRECATED in the global CFLAGS.
2008-08-12 Michael Natterer <mitch@imendio.com>
* configure.in: define -DGDK_PIXBUF_DISABLE_DEPRECATED in the
global CFLAGS.
* gdk-pixbuf/Makefile.am: make the contents gdk-pixbuf-marshal.h
visible for GDK_PIXBUF_COMPILATION.
* contrib/gdk-pixbuf-xlib/Makefile.am
* demos/Makefile.am
* demos/gtk-demo/Makefile.am
* gdk-pixbuf/pixops/Makefile.am
* gdk/Makefile.am
* gdk/x11/Makefile.am
* gtk/Makefile.am
* gtk/tests/Makefile.am
* gtk/theme-bits/Makefile.am
* modules/engines/ms-windows/Makefile.am
* modules/engines/pixbuf/Makefile.am
* modules/input/Makefile.am
* perf/Makefile.am
* tests/Makefile.am: remove -DDGDK_PIXBUF_DISABLE_DEPRECATED here.
svn path=/trunk/; revision=21096
Diffstat (limited to 'modules/input')
-rw-r--r-- | modules/input/Makefile.am | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/modules/input/Makefile.am b/modules/input/Makefile.am index d098c78e6e..0613d049a0 100644 --- a/modules/input/Makefile.am +++ b/modules/input/Makefile.am @@ -6,15 +6,14 @@ no_undefined = -no-undefined endif INCLUDES = \ - -I$(top_srcdir) \ - -I$(top_srcdir)/gdk \ - -I$(top_builddir)/gdk \ - -DGDK_PIXBUF_DISABLE_DEPRECATED \ - -DGDK_DISABLE_DEPRECATED \ - -DGTK_DISABLE_DEPRECATED \ - $(GTK_DEBUG_FLAGS) \ - $(GTK_XIM_FLAGS) \ - $(GTK_DEP_CFLAGS) \ + -I$(top_srcdir) \ + -I$(top_srcdir)/gdk \ + -I$(top_builddir)/gdk \ + -DGDK_DISABLE_DEPRECATED \ + -DGTK_DISABLE_DEPRECATED \ + $(GTK_DEBUG_FLAGS) \ + $(GTK_XIM_FLAGS) \ + $(GTK_DEP_CFLAGS) \ $(INCLUDED_IMMODULE_DEFINE) DEPS = \ |