summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2014-03-05 20:42:09 +0100
committerBent Bisballe Nyeng <deva@aasimon.org>2014-03-05 20:42:09 +0100
commit9286d4381b8636a89bb631fd321ce2f4d2713b0e (patch)
tree4663e488779ce75d9c40ab50095fcbcca4f9544c
parent65ef41268f547c2ef74a0dcaf680a5b72b3a20c8 (diff)
Add project root to includepath for VST.
-rw-r--r--vst/Makefile.mingw322
1 files changed, 1 insertions, 1 deletions
diff --git a/vst/Makefile.mingw32 b/vst/Makefile.mingw32
index 48b515b..1d764df 100644
--- a/vst/Makefile.mingw32
+++ b/vst/Makefile.mingw32
@@ -35,7 +35,7 @@ DG_SRC = \
$(top_srcdir)/src/thread.cc \
$(top_srcdir)/src/velocity.cc \
$(top_srcdir)/src/versionstr.cc
-DG_CFLAGS = -I../include -I../src -DSSE -msse -msse2 -DDISABLE_HUGIN
+DG_CFLAGS = -I.. -I../include -I../src -DSSE -msse -msse2 -DDISABLE_HUGIN
GUI_SRC = \
$(top_srcdir)/plugingui/nativewindow_x11.cc \