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)
commita041631739087cbd002293652ee23bed9ce25478
tree6062a48a5e0e8f2a9d05ae6ffe119bc8d2b9ed81
parenta644c803e14a19015acfbf5368e336c359b250e3
Build system: Fix linking with libheap.la and depend on testing.h.

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.
src/Makefile.am
src/daemon/Makefile.am