From: Ezra Peisach Date: Tue, 19 Jun 2007 06:10:10 +0000 (+0200) Subject: src/Makefile.am: When building outside the source tree, install will fail X-Git-Tag: collectd-4.0.3~3 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=566dd2bb07f2a9db3106f4a883b208d5310af511;p=collectd.git src/Makefile.am: When building outside the source tree, install will fail Signed-off-by: Ezra Peisach --- diff --git a/src/Makefile.am b/src/Makefile.am index 6fd65622..f3f259b6 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -571,4 +571,4 @@ install-exec-hook: else \ $(INSTALL) -m 0640 collectd.conf $(DESTDIR)$(sysconfdir)/collectd.conf; \ fi; \ - cp -f types.db $(DESTDIR)$(pkglibdir)/; + cp -f $(srcdir)/types.db $(DESTDIR)$(pkglibdir)/;