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 /modules/indic/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 'modules/indic/Makefile.am')
-rw-r--r-- | modules/indic/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/indic/Makefile.am b/modules/indic/Makefile.am index fd7ec3f0..51aeeb42 100644 --- a/modules/indic/Makefile.am +++ b/modules/indic/Makefile.am @@ -62,7 +62,7 @@ module_LTLIBRARIES = $(myanmar_x_inst) $(gurmukhi_x_inst) $(bengali_x_inst) $(de endif -INCLUDES = -DPANGO_ENABLE_ENGINE -I$(top_srcdir) -I$(top_srcdir)/pango/ $(X_CFLAGS) $(myanmar_x_cflags) $(gurmukhi_x_cflags) $(bengali_x_cflags) $(devanagari_x_cflags) $(gujarati_x_cflags) +INCLUDES = -DPANGO_ENABLE_ENGINE -DG_DISABLE_DEPRECATED -I$(top_srcdir) -I$(top_srcdir)/pango/ $(X_CFLAGS) $(myanmar_x_cflags) $(gurmukhi_x_cflags) $(bengali_x_cflags) $(devanagari_x_cflags) $(gujarati_x_cflags) EXTRA_DIST = \ pango-indic-script.h |