diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2016-03-16 20:15:17 +0100 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2016-03-16 20:15:17 +0100 |
commit | 1c582d84eb0c62540d8b43b4ed8da6c016f944c0 (patch) | |
tree | 8ef82aab52e74b464a941750c875640b72777d6d /plugin/Makefile.mingw32.in | |
parent | 82b5f07386deef059e5ec24e38c4b3f1c964437d (diff) |
Use correct top_srcdir
Diffstat (limited to 'plugin/Makefile.mingw32.in')
-rw-r--r-- | plugin/Makefile.mingw32.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugin/Makefile.mingw32.in b/plugin/Makefile.mingw32.in index 4fffb3f..0c03aff 100644 --- a/plugin/Makefile.mingw32.in +++ b/plugin/Makefile.mingw32.in @@ -1,7 +1,7 @@ # -*- Makefile -*- -include $(top_srcdir)/plugingui/Makefile.am.plugingui -include $(top_srcdir)/src/Makefile.am.drumgizmo +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/ |