From 6e6daffe016be73dcdd856daec1ca3c774a6d4eb Mon Sep 17 00:00:00 2001 From: Aki Tuomi Date: Thu, 10 Jul 2014 23:31:23 +0300 Subject: [PATCH] Create yahttp-config.h dynamically --- Makefile.am | 2 +- pdns/ext/yahttp/yahttp/yahttp-config.h | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) delete mode 100644 pdns/ext/yahttp/yahttp/yahttp-config.h diff --git a/Makefile.am b/Makefile.am index 7001dc2df2..fd62efe9e4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,4 @@ -SUBDIRS=modules codedocs @programdescend@ +SUBDIRS=pdns/ext/yahttp modules codedocs @programdescend@ DIST_SUBDIRS=modules codedocs pdns pdns/ext/rapidjson EXTRA_DIST=README INSTALL NOTICE debian-pdns/* pdns.spec \ codedocs/doxygen.conf contrib/powerdns.solaris.init.d \ diff --git a/pdns/ext/yahttp/yahttp/yahttp-config.h b/pdns/ext/yahttp/yahttp/yahttp-config.h deleted file mode 100644 index 0e84fa0e8f..0000000000 --- a/pdns/ext/yahttp/yahttp/yahttp-config.h +++ /dev/null @@ -1 +0,0 @@ -#include "../../../../config.h" -- 2.47.2