author | Vincent Bernat <vincent@bernat.im> | |
Fri, 7 Nov 2014 14:40:37 +0000 (15:40 +0100) | ||
committer | Vincent Bernat <Vincent.Bernat@exoscale.ch> | |
Fri, 7 Nov 2014 14:43:16 +0000 (15:43 +0100) | ||
commit | a2504ef5899d13ccc8436794444d03c1e8e070c5 | |
tree | e994443e1b4b712beff11e08c35252a9b653c133 | tree | snapshot |
parent | 9c7c25a44056c65fb90eae62be97b61106bc9518 | commit | diff |
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`.
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 | diff | blob | history | |
src/daemon/Makefile.am | diff | blob | history | |
src/libcollectdclient/Makefile.am | diff | blob | history |