Build system: Fix linking with libheap.la and depend on testing.h.
authorFlorian Forster <octo@collectd.org>
Tue, 26 May 2015 19:43:10 +0000 (21:43 +0200)
committerFlorian Forster <octo@collectd.org>
Tue, 26 May 2015 19:43:10 +0000 (21:43 +0200)
collectd-tg tried to link with libheap.a (instead of ….la), which
doesn't exist. testing.h was not mentioned by any target, leading to it
being missing form the tarballs.


No differences found