diff options
author | Sebastian Wilhelmi <wilhelmi@ira.uka.de> | 2001-12-13 17:43:00 +0000 |
---|---|---|
committer | Sebastian Wilhelmi <wilhelmi@src.gnome.org> | 2001-12-13 17:43:00 +0000 |
commit | f266802671eb55513ecd0941dbb7a88a144a2da8 (patch) | |
tree | d01937e601ec89a3e3572ee329deeeaa846d10c6 /examples/Makefile.am | |
parent | bde07831104e9ffa5cea092c242e7b5662987244 (diff) | |
download | pango-f266802671eb55513ecd0941dbb7a88a144a2da8.tar.gz |
Compile with -DG_DISABLE_DEPRECATED. See #52790.
2001-12-13 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* examples/Makefile.am, modules/arabic/Makefile.am,
modules/basic/Makefile.am, modules/hangul/Makefile.am,
modules/hebrew/Makefile.am, modules/indic/Makefile.am,
modules/tamil/Makefile.am, modules/thai/Makefile.am,
pango/Makefile.am, pango/mini-fribidi/Makefile.am,
pango/opentype/Makefile.am, tests/Makefile.am: Compile with
-DG_DISABLE_DEPRECATED. See #52790.
Diffstat (limited to 'examples/Makefile.am')
-rw-r--r-- | examples/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/Makefile.am b/examples/Makefile.am index 6f5c8330..d261271a 100644 --- a/examples/Makefile.am +++ b/examples/Makefile.am @@ -9,7 +9,7 @@ QT_INCLUDES=-I $(QTDIR)/include QT_LIBS=-L$(QTDIR)/lib -lqt MOC=$(QTDIR)/bin/moc -INCLUDES = -I$(top_srcdir) $(QT_INCLUDES) $(GLIB_CFLAGS) +INCLUDES = -DG_DISABLE_DEPRECATED -I$(top_srcdir) $(QT_INCLUDES) $(GLIB_CFLAGS) bin_PROGRAMS = pango-viewer |