summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2016-03-16 20:18:57 +0100
committerBent Bisballe Nyeng <deva@aasimon.org>2016-03-16 20:18:57 +0100
commit346e724a7cb42a3e2a07ae8516610885d31cbae9 (patch)
tree203168be892e974e623b2e5735bec74920e5136f
parent1c582d84eb0c62540d8b43b4ed8da6c016f944c0 (diff)
Use correct top_srcdir take 2
-rw-r--r--plugin/Makefile.mingw32.in7
1 files changed, 4 insertions, 3 deletions
diff --git a/plugin/Makefile.mingw32.in b/plugin/Makefile.mingw32.in
index 0c03aff..71b082c 100644
--- a/plugin/Makefile.mingw32.in
+++ b/plugin/Makefile.mingw32.in
@@ -1,8 +1,5 @@
# -*- Makefile -*-
-include @top_srcdir@/plugingui/Makefile.am.plugingui
-include @top_srcdir@/src/Makefile.am.drumgizmo
-
VST_BASE=@VST_SOURCE_PATH@
VST_SRC_BASE = ${VST_BASE}/public.sdk/source/vst2.x/
VST_SRC = \
@@ -31,6 +28,10 @@ SRC_LIBS=@SAMPLERATE_LIBS@
ZITA_CXXFLAGS=@ZITA_CPPFLAGS@
ZITA_LIBS=@ZITA_LIBS@
+top_srcdir = @top_srcdir@
+include $(top_srcdir)/plugingui/Makefile.am.plugingui
+include $(top_srcdir)/src/Makefile.am.drumgizmo
+
SRC = \
$(VST_SRC) \
$(DRUMGIZMO_SOURCES) \