diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2020-04-11 11:34:21 +0200 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2020-04-11 11:34:21 +0200 |
commit | cb38141a007052d52d8491e2e9be904ad8fd0bd4 (patch) | |
tree | 50a8604e93a366944221d54cb0b7b38873b552c1 /plugin | |
parent | b91ffbf1e3f971bb46df26e965823d98e25ab6aa (diff) |
Add missing file to windows build.
Diffstat (limited to 'plugin')
-rw-r--r-- | plugin/Makefile.mingw32.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugin/Makefile.mingw32.in b/plugin/Makefile.mingw32.in index 570ecd7..0ceee15 100644 --- a/plugin/Makefile.mingw32.in +++ b/plugin/Makefile.mingw32.in @@ -10,6 +10,7 @@ VST_CFLAGS=-I$(VST_BASE) DG_SRC = \ @top_srcdir@/pugixml/src/pugixml.cpp \ + @top_srcdir@/src/zrwrapper.cc \ @top_srcdir@/zita-resampler/libs/resampler.cc \ @top_srcdir@/zita-resampler/libs/resampler-table.cc \ @top_srcdir@/src/audiocachefile.cc \ |