From: Aki Tuomi Date: Fri, 11 Jul 2014 15:14:32 +0000 (+0300) Subject: Remake yahttp-config.h when config.h changes X-Git-Tag: auth-3.4.0-rc1~85^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b510a1e42a27bc4376f5b97d812a3c67b1d3c014;p=thirdparty%2Fpdns.git Remake yahttp-config.h when config.h changes --- diff --git a/pdns/ext/yahttp/yahttp/Makefile.am b/pdns/ext/yahttp/yahttp/Makefile.am index b5c6ee0f22..055dbcf1d2 100644 --- a/pdns/ext/yahttp/yahttp/Makefile.am +++ b/pdns/ext/yahttp/yahttp/Makefile.am @@ -3,5 +3,5 @@ noinst_LTLIBRARIES=libyahttp.la libyahttp_la_SOURCES=cookie.hpp exception.hpp reqresp.cpp reqresp.hpp router.cpp router.hpp url.hpp utility.hpp yahttp-config.h yahttp.hpp -yahttp-config.h: +yahttp-config.h: ../../../../config.h cat ../../../../config.h > yahttp-config.h