diff options
author | Sebastian Wilhelmi <wilhelmi@src.gnome.org> | 2001-12-13 17:44:46 +0000 |
---|---|---|
committer | Sebastian Wilhelmi <wilhelmi@src.gnome.org> | 2001-12-13 17:44:46 +0000 |
commit | 384eaf43f11dcee0d7b10af5663bb5f8822634cf (patch) | |
tree | 5dd41435eaccd8c6ef00faaeebe29a63771979e8 /tests | |
parent | f266802671eb55513ecd0941dbb7a88a144a2da8 (diff) | |
download | pango-384eaf43f11dcee0d7b10af5663bb5f8822634cf.tar.gz |
Resuming aborted commit
Resuming aborted commit
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index aabc7afc..3be5b83b 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -32,7 +32,8 @@ INCLUDES = \ $(X_DEFINES) \ $(XFT_DEFINES) \ $(FT2_DEFINES) \ - $(WIN32_DEFINES) + $(WIN32_DEFINES) \ + -DG_DISABLE_DEPRECATED TESTS=runtests.sh |