summaryrefslogtreecommitdiffstats
path: root/rnprotocol
diff options
context:
space:
mode:
authorHans Ulrich Niedermann <hun@n-dimensional.de>2011-03-05 14:21:24 +0100
committerHans Ulrich Niedermann <hun@n-dimensional.de>2011-03-07 20:57:37 +0100
commit8f2566c5a39f758bb0db337fc106fa94f52220df (patch)
tree47107416f6164458434a5a934bebb98741c215d1 /rnprotocol
parentfef5564a64870ce438d0b1185df521fd54126171 (diff)
downloadrasdaman-upstream-8f2566c5a39f758bb0db337fc106fa94f52220df.tar.gz
rasdaman-upstream-8f2566c5a39f758bb0db337fc106fa94f52220df.tar.xz
rasdaman-upstream-8f2566c5a39f758bb0db337fc106fa94f52220df.zip
build: Support (srcdir != builddir) VDIR builds
Support (srcdir != builddir) VDIR builds. This will also help a lot with preparing for a working "make distcheck".
Diffstat (limited to 'rnprotocol')
-rw-r--r--rnprotocol/rnpembedded.cc2
-rw-r--r--rnprotocol/rnprotocol.cc2
2 files changed, 2 insertions, 2 deletions
diff --git a/rnprotocol/rnpembedded.cc b/rnprotocol/rnpembedded.cc
index c0362bb..318764c 100644
--- a/rnprotocol/rnpembedded.cc
+++ b/rnprotocol/rnpembedded.cc
@@ -27,7 +27,7 @@ rasdaman GmbH.
*
****************************************************************************/
-#include <rnpembedded.hh>
+#include "rnpembedded.hh"
#include <assert.h>
#include "debug.hh"
diff --git a/rnprotocol/rnprotocol.cc b/rnprotocol/rnprotocol.cc
index ce0deec..5c05f40 100644
--- a/rnprotocol/rnprotocol.cc
+++ b/rnprotocol/rnprotocol.cc
@@ -27,7 +27,7 @@ rasdaman GmbH.
*
****************************************************************************/
-#include <rnprotocol.hh>
+#include "rnprotocol.hh"
#include <assert.h>
using namespace rnp;