From: Pieter Lexis Date: Fri, 1 May 2015 16:50:09 +0000 (+0200) Subject: Fix out of tree builds. Closes #2477 X-Git-Tag: dnsdist-1.0.0-alpha1~248^2~28^2~70^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F2490%2Fhead;p=thirdparty%2Fpdns.git Fix out of tree builds. Closes #2477 --- diff --git a/pdns/Makefile.am b/pdns/Makefile.am index e1f86e1433..47047a5a7d 100644 --- a/pdns/Makefile.am +++ b/pdns/Makefile.am @@ -1080,8 +1080,8 @@ endif dnslabeltext.cc: dnslabeltext.rl $(AM_V_GEN)$(RAGEL) $< -o dnslabeltext.cc -htmlfiles.h: dnsdistdist/html/* - ./dnsdistdist/incfiles dnsdistdist > $@ +htmlfiles.h: $(srcdir)/dnsdistdist/html/* + $(srcdir)/dnsdistdist/incfiles $(srcdir)/dnsdistdist > $@ bind-dnssec.schema.sqlite3.sql.h: bind-dnssec.schema.sqlite3.sql ( echo 'static char sqlCreate[] __attribute__((unused))=' ; sed 's/$$/"/g' $< | sed 's/^/"/g' ; echo ';' ) > $@