From b510a1e42a27bc4376f5b97d812a3c67b1d3c014 Mon Sep 17 00:00:00 2001 From: Aki Tuomi Date: Fri, 11 Jul 2014 18:14:32 +0300 Subject: [PATCH] Remake yahttp-config.h when config.h changes --- pdns/ext/yahttp/yahttp/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.2