aboutsummaryrefslogtreecommitdiffstats
path: root/src/engine/machina
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2008-10-03 01:10:58 +0000
committerDavid Robillard <d@drobilla.net>2008-10-03 01:10:58 +0000
commit4ac812c0e0d211f191b8da75cb81ef35e1a0d41d (patch)
treecce8409c8749f15d7ff6f95af480382030d613eb /src/engine/machina
parent0090c8848a6f7b70bfc83b958368b919d00f80f2 (diff)
downloadmachina-4ac812c0e0d211f191b8da75cb81ef35e1a0d41d.tar.gz
machina-4ac812c0e0d211f191b8da75cb81ef35e1a0d41d.tar.bz2
machina-4ac812c0e0d211f191b8da75cb81ef35e1a0d41d.zip
Support building locally against header-only libraries in autowaf.
Remove CONFIG_H_PATH define and replace with just "config.h" (define messed up dependency tracking). git-svn-id: http://svn.drobilla.net/lad/trunk/machina@1600 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/engine/machina')
-rw-r--r--src/engine/machina/Mutation.hpp2
-rw-r--r--src/engine/machina/Problem.hpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/engine/machina/Mutation.hpp b/src/engine/machina/Mutation.hpp
index 18bc621..606ca42 100644
--- a/src/engine/machina/Mutation.hpp
+++ b/src/engine/machina/Mutation.hpp
@@ -18,7 +18,7 @@
#ifndef MACHINA_MACHINE_MUTATION_HPP
#define MACHINA_MACHINE_MUTATION_HPP
-#include CONFIG_H_PATH
+#include "config.h"
#if HAVE_EUGENE
#include <eugene/core/Mutation.hpp>
diff --git a/src/engine/machina/Problem.hpp b/src/engine/machina/Problem.hpp
index b6f3bdc..9fc35b5 100644
--- a/src/engine/machina/Problem.hpp
+++ b/src/engine/machina/Problem.hpp
@@ -18,7 +18,7 @@
#ifndef MACHINA_PROBLEM_HPP
#define MACHINA_PROBLEM_HPP
-#include CONFIG_H_PATH
+#include "config.h"
#include <map>
#include <raul/MIDISink.hpp>