]> granicus.if.org Git - pdns/commitdiff
Check for headers relative to top_srcdir
authorRuben Kerkhof <ruben@rubenkerkhof.com>
Sun, 5 Oct 2014 12:31:34 +0000 (14:31 +0200)
committerRuben Kerkhof <ruben@rubenkerkhof.com>
Mon, 6 Oct 2014 10:08:07 +0000 (12:08 +0200)
modules/remotebackend/Makefile.am
modules/remotebackend/remotebackend.hh

index 4a83d67fbffd2def7bc0e0aace2cfe11ebbdadf8..ace53341066b72321c6a131e0da52789b9abf91e 100644 (file)
@@ -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
index 38118efbcf763d2990ec6f814377f503df576ed1..e007e18baa2ce36a0c553f2837e78bafe86505a1 100644 (file)
@@ -15,7 +15,7 @@
 #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>