From 0cb30e720eee2577f1602d53ac9d9e99b70841ee Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 3 Oct 2008 01:10:58 +0000 Subject: 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/patchage@1600 a436a847-0d15-0410-975c-d299462d15a1 --- src/Patchage.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Patchage.hpp') diff --git a/src/Patchage.hpp b/src/Patchage.hpp index b35e43f..199fb45 100644 --- a/src/Patchage.hpp +++ b/src/Patchage.hpp @@ -22,7 +22,7 @@ #include #include #include -#include CONFIG_H_PATH +#include "config.h" #include "Widget.hpp" class PatchageCanvas; -- cgit v1.2.1