From 9fc64bf1c40e855875cf6789d446b180caa8fb44 Mon Sep 17 00:00:00 2001 From: Jordi Mallach Date: Tue, 4 Feb 2003 14:32:38 +0000 Subject: [PATCH] Add deprecation flags. --- ChangeLog | 6 ++++++ src/Makefile.am | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 8a85913..53f31cc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2003-02-04 Jordi Mallach + + * src/Makefile.am: compile with -DG_DISABLE_DEPRECATED, + -DGTK_DISABLE_DEPRECATED and GNOME_DISABLE_DEPRECATED. GDK still + broken. + 2003-02-04 Dani Carbonell * dialogs.c: code cleanup, removed actionid array, no longer needed. diff --git a/src/Makefile.am b/src/Makefile.am index 6289ddf..efa7fb1 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -4,7 +4,7 @@ localedir = $(datadir)/locale GTET_DEBUG = -Wall -W -Wno-unused -g3 -O0 -INCLUDES = -DLOCALEDIR=\"$(localedir)\" -DPIXMAPSDIR=\""$(datadir)/pixmaps"\" $(GTET_CFLAGS) $(GTET_DEBUG) +INCLUDES = -DLOCALEDIR=\"$(localedir)\" -DPIXMAPSDIR=\""$(datadir)/pixmaps"\" -DG_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DGNOME_DISABLE_DEPRECATED $(GTET_CFLAGS) $(GTET_DEBUG) LDADD = $(GTET_LIBS) AM_CPPFLAGS = -DGTETRINET_DATA=\"$(pkgdatadir)\" -- 2.50.1