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
This commit is contained in:
		 Michael Natterer
					Michael Natterer
				
			
				
					committed by
					
						 Michael Natterer
						Michael Natterer
					
				
			
			
				
	
			
			
			 Michael Natterer
						Michael Natterer
					
				
			
						parent
						
							f385a771e1
						
					
				
				
					commit
					e0d30ee141
				
			| @ -3,14 +3,13 @@ include $(top_srcdir)/Makefile.decl | ||||
|  | ||||
| libgdkincludedir = $(includedir)/gtk-2.0/gdk | ||||
|  | ||||
| INCLUDES = 				\ | ||||
| 	-DG_LOG_DOMAIN=\"Gdk\"		\ | ||||
| 	-DGDK_COMPILATION		\ | ||||
| 	-I$(top_srcdir)			\ | ||||
| 	-I$(top_srcdir)/gdk		\ | ||||
| 	-I$(top_builddir)/gdk		\ | ||||
| 	-DGDK_PIXBUF_DISABLE_DEPRECATED	\ | ||||
| 	$(GTK_DEBUG_FLAGS) 		\ | ||||
| INCLUDES = 			\ | ||||
| 	-DG_LOG_DOMAIN=\"Gdk\"	\ | ||||
| 	-DGDK_COMPILATION	\ | ||||
| 	-I$(top_srcdir)		\ | ||||
| 	-I$(top_srcdir)/gdk	\ | ||||
| 	-I$(top_builddir)/gdk	\ | ||||
| 	$(GTK_DEBUG_FLAGS) 	\ | ||||
| 	$(GDK_DEP_CFLAGS) | ||||
|  | ||||
| LDADDS = $(GDK_DEP_LIBS) | ||||
|  | ||||
		Reference in New Issue
	
	Block a user