From: Aki Tuomi Date: Sat, 12 Jul 2014 07:01:09 +0000 (+0300) Subject: Remove yahttp-config.h creation rules X-Git-Tag: auth-3.4.0-rc1~84^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=76e8b9175262ca2c0259610f669c57c07a3a2247;p=thirdparty%2Fpdns.git Remove yahttp-config.h creation rules --- diff --git a/pdns/ext/yahttp/yahttp/Makefile.am b/pdns/ext/yahttp/yahttp/Makefile.am index 055dbcf1d2..04b8082485 100644 --- a/pdns/ext/yahttp/yahttp/Makefile.am +++ b/pdns/ext/yahttp/yahttp/Makefile.am @@ -2,6 +2,3 @@ AM_CPPFLAGS=$(BOOST_CPPFLAGS) @THREADFLAGS@ 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: ../../../../config.h - cat ../../../../config.h > yahttp-config.h