]> hydra-www.ietfng.org Git - gtetrinet/commitdiff
Oops, didn't want to commit the GTK_DISABLE_DEPRECATED thing...
authorJordi Albornoz <jordi@src.gnome.org>
Sun, 5 Jan 2003 02:21:28 +0000 (02:21 +0000)
committerJordi Albornoz <jordi@src.gnome.org>
Sun, 5 Jan 2003 02:21:28 +0000 (02:21 +0000)
src/Makefile.am

index d75705b8dd86f3b55f962c82396906f23b640baf..1db138210c22a33a15058f0bc71f0865b57e8567 100644 (file)
@@ -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)\"