From 6012222c80c37be78db3f38a37f7d9a609a213a8 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 3 May 2009 17:39:16 +0000 Subject: Update waf configuration header for new waf scheme (in 1.5.6). Split low-level LV2 event buffer into separate class from EventBuffer (for reuse). git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@1958 a436a847-0d15-0410-975c-d299462d15a1 --- src/shared/LV2Features.hpp | 2 +- src/shared/LV2URIMap.hpp | 2 +- src/shared/runtime_paths.cpp | 8 +++++--- src/shared/runtime_paths.hpp | 4 ---- src/shared/wscript | 2 +- 5 files changed, 8 insertions(+), 10 deletions(-) (limited to 'src/shared') diff --git a/src/shared/LV2Features.hpp b/src/shared/LV2Features.hpp index d4933d09..3ffbe520 100644 --- a/src/shared/LV2Features.hpp +++ b/src/shared/LV2Features.hpp @@ -18,7 +18,7 @@ #ifndef LV2FEATURES_HPP #define LV2FEATURES_HPP -#include "wafconfig.h" +#include "ingen-config.h" #ifndef HAVE_SLV2 #error "This file requires SLV2, but HAVE_SLV2 is not defined. Please report." #endif diff --git a/src/shared/LV2URIMap.hpp b/src/shared/LV2URIMap.hpp index 333d22e9..7da53a09 100644 --- a/src/shared/LV2URIMap.hpp +++ b/src/shared/LV2URIMap.hpp @@ -18,7 +18,7 @@ #ifndef LV2URIMAP_HPP #define LV2URIMAP_HPP -#include "wafconfig.h" +#include "ingen-config.h" #ifndef HAVE_SLV2 #error "This file requires SLV2, but HAVE_SLV2 is not defined. Please report." #endif diff --git a/src/shared/runtime_paths.cpp b/src/shared/runtime_paths.cpp index e2641b9c..15bafa50 100644 --- a/src/shared/runtime_paths.cpp +++ b/src/shared/runtime_paths.cpp @@ -15,10 +15,12 @@ * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ -#include -#include "wafconfig.h" -#include "runtime_paths.hpp" +#include +#include +#include #include +#include "ingen-config.h" +#include "runtime_paths.hpp" using namespace std; diff --git a/src/shared/runtime_paths.hpp b/src/shared/runtime_paths.hpp index 8081a249..5ee1aebc 100644 --- a/src/shared/runtime_paths.hpp +++ b/src/shared/runtime_paths.hpp @@ -22,10 +22,6 @@ #define _GNU_SOURCE #endif -#include -#include -#include -#include #include namespace Ingen { diff --git a/src/shared/wscript b/src/shared/wscript index 83b3e7c1..50fb7320 100644 --- a/src/shared/wscript +++ b/src/shared/wscript @@ -18,7 +18,7 @@ def build(bld): autowaf.use_lib(bld, obj, 'SOUP') obj.source += ' HTTPSender.cpp ' obj.export_incdirs = ['.'] - obj.includes = ['.', '../', '../common'] + obj.includes = ['.', '..', '../..', '../common'] obj.name = 'libingen_shared' obj.target = 'ingen_shared' obj.vnum = '0.0.0' -- cgit v1.2.1