From: Ruben Kerkhof Date: Sun, 5 Oct 2014 12:31:34 +0000 (+0200) Subject: Check for headers relative to top_srcdir X-Git-Tag: rec-3.7.0-rc1~221^2~9 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f4d8cb2cb1c54800ffc6b22386ddeec3d2508320;p=pdns Check for headers relative to top_srcdir --- diff --git a/modules/remotebackend/Makefile.am b/modules/remotebackend/Makefile.am index 4a83d67fb..ace533410 100644 --- a/modules/remotebackend/Makefile.am +++ b/modules/remotebackend/Makefile.am @@ -1,4 +1,4 @@ -AM_CPPFLAGS = $(THREADFLAGS) -I../../pdns/ext/rapidjson/include -I../../pdns/ext/yahttp -I../../pdns $(BOOST_CPPFLAGS) $(POLARSSL_CFLAGS) $(LIBZMQ_CFLAGS) +AM_CPPFLAGS += $(THREADFLAGS) -I../../pdns/ext/rapidjson/include -I../../pdns/ext/yahttp $(BOOST_CPPFLAGS) $(POLARSSL_CFLAGS) $(LIBZMQ_CFLAGS) SUBDIRS=../../pdns/ext/yahttp EXTRA_DIST=OBJECTFILES OBJECTLIBS testrunner.sh unittest_http.rb unittest_json.rb unittest_pipe.rb unittest_zeromq.rb unittest_post.rb unittest.rb Gemfile Gemfile.lock diff --git a/modules/remotebackend/remotebackend.hh b/modules/remotebackend/remotebackend.hh index 38118efbc..e007e18ba 100644 --- a/modules/remotebackend/remotebackend.hh +++ b/modules/remotebackend/remotebackend.hh @@ -15,7 +15,7 @@ #include #include "pdns/json.hh" #include "yahttp/yahttp.hpp" -#include "sstuff.hh" +#include "pdns/sstuff.hh" #ifdef REMOTEBACKEND_ZEROMQ #include