diff options
author | Owen Taylor <otaylor@redhat.com> | 2001-04-17 22:39:30 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2001-04-17 22:39:30 +0000 |
commit | a1a5c040896150d7e41bf702a6bacecce6fc2461 (patch) | |
tree | ce1c8fc7987cdf225d266a9f1c847a508966b6c7 /tests/Makefile.am | |
parent | d17adb44478e516b207b25afc1d6e87d5d274c96 (diff) | |
download | pango-a1a5c040896150d7e41bf702a6bacecce6fc2461.tar.gz |
Release 0.15PANGO_0_15
Tue Apr 17 15:44:53 2001 Owen Taylor <otaylor@redhat.com>
* Release 0.15
* tests/testboundaries.c: Look for files in $srcdir.
* Makefile.am (SUBDIRS): Add tests, remove fonts
* tests/Makefile.am (EXTRA_DIST): added missing stuff
* fonts/: Remove. Nothing in here is needed any more.
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index e15157ab..084453a5 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -11,4 +11,8 @@ testboundaries_SOURCES = testboundaries.c ## pangox should not actually be required, this is broken testboundaries_LDADD = ../pango/libpango.la ../pango/libpangox.la $(X_LIBS) +EXTRA_DIST = \ + all-unicode.txt \ + boundaries.utf8 \ + runtests.sh |