diff options
author | TheMarlboroMan <marlborometal@gmail.com> | 2020-11-15 16:50:27 +0100 |
---|---|---|
committer | TheMarlboroMan <marlborometal@gmail.com> | 2020-11-15 17:04:21 +0100 |
commit | eb0a72576c71557c8bb64cfd319620f5ea7ba24c (patch) | |
tree | df15c068870705d7c7847b8d98a760e058756f03 /plugin/Makefile.mingw32.in | |
parent | b0fa70c97c9b4886fb6e063664dc4d10daf12c1c (diff) |
Implementation of the voice limiting feature.
Diffstat (limited to 'plugin/Makefile.mingw32.in')
-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 4e324af..2c2055c 100644 --- a/plugin/Makefile.mingw32.in +++ b/plugin/Makefile.mingw32.in @@ -113,6 +113,7 @@ GUI_SRC = \ @top_srcdir@/plugingui/utf8.cc \ @top_srcdir@/plugingui/verticalline.cc \ @top_srcdir@/plugingui/visualizerframecontent.cc \ + @top_srcdir@/plugingui/voicelimitframecontent.cc \ @top_srcdir@/plugingui/widget.cc \ @top_srcdir@/plugingui/window.cc \ @top_srcdir@/plugingui/lodepng/lodepng.cpp |