summaryrefslogtreecommitdiffstats
path: root/src/PatchageEvent.hpp
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
commit0cb30e720eee2577f1602d53ac9d9e99b70841ee (patch)
tree30a54683d6acf34f215b6b766d1de3e6f05251eb /src/PatchageEvent.hpp
parenta3ab8de4391e80e276fd5dc8bb8a9a7f9d1e3366 (diff)
downloadpatchage-0cb30e720eee2577f1602d53ac9d9e99b70841ee.tar.gz
patchage-0cb30e720eee2577f1602d53ac9d9e99b70841ee.tar.bz2
patchage-0cb30e720eee2577f1602d53ac9d9e99b70841ee.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/patchage@1600 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/PatchageEvent.hpp')
-rw-r--r--src/PatchageEvent.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/PatchageEvent.hpp b/src/PatchageEvent.hpp
index 4f39dd3..92ad7a2 100644
--- a/src/PatchageEvent.hpp
+++ b/src/PatchageEvent.hpp
@@ -22,7 +22,7 @@
#ifdef HAVE_JACK
#include <jack/jack.h>
#endif
-#include CONFIG_H_PATH
+#include "config.h"
#ifdef HAVE_ALSA
#include <alsa/asoundlib.h>
#endif