summaryrefslogtreecommitdiffstats
path: root/src/PatchageCanvas.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2007-07-29 17:20:23 +0000
committerDavid Robillard <d@drobilla.net>2007-07-29 17:20:23 +0000
commit8ca38297f0781bb4d64914ea907848e63821618d (patch)
tree3042ef2f7a7492de64f165bd0bc56042c12918bf /src/PatchageCanvas.hpp
parente1278868989671334c191fb2d83686a7a9f9cd07 (diff)
downloadpatchage-8ca38297f0781bb4d64914ea907848e63821618d.tar.gz
patchage-8ca38297f0781bb4d64914ea907848e63821618d.tar.bz2
patchage-8ca38297f0781bb4d64914ea907848e63821618d.zip
Build system fixes, building from top level doesn't recursively configure slv2, but slv2 is still independently packageable/buildable.
Think I've finally figured out how to do recursive autohell without resorting to suicide... git-svn-id: http://svn.drobilla.net/lad/patchage@650 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/PatchageCanvas.hpp')
-rw-r--r--src/PatchageCanvas.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/PatchageCanvas.hpp b/src/PatchageCanvas.hpp
index 0ef54fb..9661666 100644
--- a/src/PatchageCanvas.hpp
+++ b/src/PatchageCanvas.hpp
@@ -18,7 +18,7 @@
#ifndef PATCHAGECANVAS_H
#define PATCHAGECANVAS_H
-#include "../../config/config.h"
+#include CONFIG_H_PATH
#include <string>
#ifdef HAVE_ALSA
#include <alsa/asoundlib.h>