build: fix out-of-tree build
authorVincent Bernat <vincent@bernat.im>
Fri, 7 Nov 2014 14:40:37 +0000 (15:40 +0100)
committerVincent Bernat <Vincent.Bernat@exoscale.ch>
Fri, 7 Nov 2014 14:43:16 +0000 (15:43 +0100)
commita2504ef5899d13ccc8436794444d03c1e8e070c5
treee994443e1b4b712beff11e08c35252a9b653c133
parent9c7c25a44056c65fb90eae62be97b61106bc9518
build: fix out-of-tree build

When building collectd out of tree, `srcdir` and `builddir` are
different. We ask to search path in `$(top_srcdir)/src` since this is
needed to find `liboconfig/config.h`. Also fix search path for
libcollectdclient where only one header is in `builddir` while the
remaining are in `srcdir`.
src/Makefile.am
src/daemon/Makefile.am
src/libcollectdclient/Makefile.am