diff options
author | Keith Packard <keithp@keithp.com> | 2003-03-02 07:28:24 +0000 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2003-03-02 07:28:24 +0000 |
commit | 8fc10a72ad856216b87daa91a1d52fde70af35dc (patch) | |
tree | b51cc0ddbac86ddfd548feccce83584301640eee /test | |
parent | 4b06670ac92b8b9d2f1ba7036fdfaed5e55ff533 (diff) |
make dist works now. Update to 2.1.90 in preparation for eventual 2.2
release
Diffstat (limited to 'test')
-rw-r--r-- | test/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/Makefile.am b/test/Makefile.am index 8f4860f8..2c5344e9 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -2,3 +2,6 @@ check_SCRIPTS=run-test.sh TESTS_ENVIRONMENT=sh TESTS=run-test.sh +TESTDATA=4x6.pcf 8x16.pcf out.expected fonts.conf.in + +EXTRA_DIST=$(check_SCRIPTS) $(TESTDATA) |