aboutsummaryrefslogtreecommitdiffstats
path: root/src/machina.cpp
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/machina.cpp
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/machina.cpp')
-rw-r--r--src/machina.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/machina.cpp b/src/machina.cpp
index dfbd20c..b2b668b 100644
--- a/src/machina.cpp
+++ b/src/machina.cpp
@@ -15,7 +15,7 @@
* 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
-#include CONFIG_H_PATH
+#include "config.h"
#include <iostream>
#include <signal.h>