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 /plugingui/Makefile.am | |
parent | b0fa70c97c9b4886fb6e063664dc4d10daf12c1c (diff) |
Implementation of the voice limiting feature.
Diffstat (limited to 'plugingui/Makefile.am')
-rw-r--r-- | plugingui/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugingui/Makefile.am b/plugingui/Makefile.am index 65e7011..d102024 100644 --- a/plugingui/Makefile.am +++ b/plugingui/Makefile.am @@ -154,6 +154,7 @@ GUI_SRC = \ utf8.cc \ verticalline.cc \ visualizerframecontent.cc \ + voicelimitframecontent.cc \ widget.cc \ window.cc @@ -227,6 +228,7 @@ GUI_HDR = \ utf8.h \ verticalline.h \ visualizerframecontent.h \ + voicelimitframecontent.h \ widget.h \ window.h |