summaryrefslogtreecommitdiffstats
path: root/src/shared
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2008-12-21 17:04:40 +0000
committerDavid Robillard <d@drobilla.net>2008-12-21 17:04:40 +0000
commit62ad851a3614c64207961dcc26ddce052ae9f573 (patch)
tree108d2d3abbbcd8ccd54937c4f39b681a2339c636 /src/shared
parent119bbf863ba8ec16a38ed7eb9e4d2b5476793cb4 (diff)
downloadingen-62ad851a3614c64207961dcc26ddce052ae9f573.tar.gz
ingen-62ad851a3614c64207961dcc26ddce052ae9f573.tar.bz2
ingen-62ad851a3614c64207961dcc26ddce052ae9f573.zip
Change configuration header name to something less likely to conflict.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@1887 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/shared')
-rw-r--r--src/shared/LV2Features.hpp2
-rw-r--r--src/shared/LV2URIMap.hpp2
-rw-r--r--src/shared/runtime_paths.cpp2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/shared/LV2Features.hpp b/src/shared/LV2Features.hpp
index ef39c6b9..d4933d09 100644
--- a/src/shared/LV2Features.hpp
+++ b/src/shared/LV2Features.hpp
@@ -18,7 +18,7 @@
#ifndef LV2FEATURES_HPP
#define LV2FEATURES_HPP
-#include "config.h"
+#include "wafconfig.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 a6642c28..333d22e9 100644
--- a/src/shared/LV2URIMap.hpp
+++ b/src/shared/LV2URIMap.hpp
@@ -18,7 +18,7 @@
#ifndef LV2URIMAP_HPP
#define LV2URIMAP_HPP
-#include "config.h"
+#include "wafconfig.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 1e9c3663..e2641b9c 100644
--- a/src/shared/runtime_paths.cpp
+++ b/src/shared/runtime_paths.cpp
@@ -16,7 +16,7 @@
*/
#include <iostream>
-#include "config.h"
+#include "wafconfig.h"
#include "runtime_paths.hpp"
#include <glibmm/module.h>