From 8f2566c5a39f758bb0db337fc106fa94f52220df Mon Sep 17 00:00:00 2001 From: Hans Ulrich Niedermann Date: Sat, 5 Mar 2011 14:21:24 +0100 Subject: build: Support (srcdir != builddir) VDIR builds Support (srcdir != builddir) VDIR builds. This will also help a lot with preparing for a working "make distcheck". --- rnprotocol/rnpembedded.cc | 2 +- rnprotocol/rnprotocol.cc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'rnprotocol') 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 +#include "rnpembedded.hh" #include #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 +#include "rnprotocol.hh" #include using namespace rnp; -- cgit