From: Hans U. N. <hu...@us...> - 2007-05-10 17:09:15
|
Update of /cvsroot/libexif/libexif-gtk/gtk-extensions In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv16875/libexif-gtk/gtk-extensions Modified Files: Makefile.am Log Message: Do not set -DGTK_DISABLE_DEPRECATED because our code is quite old and has not been updated to the newest GTK stuff yet. Index: Makefile.am =================================================================== RCS file: /cvsroot/libexif/libexif-gtk/gtk-extensions/Makefile.am,v retrieving revision 1.7 retrieving revision 1.8 diff -u -p -d -r1.7 -r1.8 --- Makefile.am 24 Mar 2005 05:06:56 -0000 1.7 +++ Makefile.am 10 May 2007 17:09:10 -0000 1.8 @@ -3,9 +3,11 @@ noinst_LTLIBRARIES = libgtk-extensions.l libgtk_extensions_la_SOURCES = \ gtk-menu-option.c gtk-menu-option.h \ gtk-options.c gtk-options.h + # We don't set -DGTK_DISABLE_DEPRECATED here because # our code is quite old and hasn't been updated to the # newest stuff yet. + libgtk_extensions_la_CFLAGS = \ $(AM_CFLAGS) $(CFLAGS) \ -I$(top_srcdir) \ |