-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
#include <rapidjson/document.h>
#include "pdns/json.hh"
#include "yahttp/yahttp.hpp"
-#include "sstuff.hh"
+#include "pdns/sstuff.hh"
#ifdef REMOTEBACKEND_ZEROMQ
#include <zmq.hpp>