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/?a=commitdiff_plain;h=refs%2Fpull%2F1531%2Fhead;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