]> git.draconx.ca Git - cdecl99.git/commit
Add missing test files to the distribution.
authorNick Bowler <nbowler@draconx.ca>
Sat, 25 Feb 2012 16:27:36 +0000 (11:27 -0500)
committerNick Bowler <nbowler@draconx.ca>
Thu, 1 Mar 2012 01:16:59 +0000 (20:16 -0500)
commitc6dcb6021d8f593bbb1bc1e82d0f193685e5a4a7
tree30c75950a3bb97b695a49ff49c926f105b08248e
parent6f7b4416604681d506a9bab6c44caaffae5fbd2a
Add missing test files to the distribution.

Oops; distcheck wasn't testing this (yet) so half the files in test/
were not actually included in the distribution.

Also switch to using check_LTLIBRARIES instead of EXTRA_LTLIBRARIES
because the latter does not clean properly for some reason (and the
former is more appropriate conceptually, anyway).
Makefile.am