From d73b943384416437722d2ca69749c0bcc59e8669 Mon Sep 17 00:00:00 2001 From: Jordi Albornoz Date: Sun, 5 Jan 2003 02:21:28 +0000 Subject: [PATCH] Oops, didn't want to commit the GTK_DISABLE_DEPRECATED thing... --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile.am b/src/Makefile.am index d75705b..1db1382 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"\" -DGTK_DISABLE_DEPRECATED $(GTET_CFLAGS) $(GTET_DEBUG) +INCLUDES = -DLOCALEDIR=\"$(localedir)\" -DPIXMAPSDIR=\""$(datadir)/pixmaps"\" $(GTET_CFLAGS) $(GTET_DEBUG) LDADD = $(GTET_LIBS) AM_CPPFLAGS = -DGTETRINET_DATA=\"$(pkgdatadir)\" -- 2.50.1