Makefile: Add missing subdir
commit968ebdedf20b9d804e29c92b67c6f8e24ae25f15
authorJohn H. Robinson, IV <jaqque@sbih.org>
Wed, 23 May 2012 17:21:51 +0000 (23 10:21 -0700)
committerCarlos R. Mafra <crmafra@gmail.com>
Thu, 24 May 2012 11:08:12 +0000 (24 08:08 -0300)
treec9c7296383595266b61fc1402ee62f499cb7c499
parentefcad8497ee6c89683919e505973e08639ecad87
Makefile: Add missing subdir

The test suite was added, but it wasn't included in the list of
directories to be included in the tarball, so ./configure fails:

config.status: error: cannot find input file: `test/Makefile.in'

The following patch adds the missing test suite.
Makefile.am