diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2017-10-14 19:42:48 +0200 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2018-02-18 11:43:42 +0100 |
commit | c3cb642947c42de48a64e79b15af77ff900d2491 (patch) | |
tree | 794782bf243bafa26a6ae103a9e9ede8c2c76d21 /plugingui/Makefile.am | |
parent | 6a90e6c24f05c57cdbe19e5cc44c77c9e5810148 (diff) |
Added latency filter UI controls.
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 c8004b0..714b21c 100644 --- a/plugingui/Makefile.am +++ b/plugingui/Makefile.am @@ -92,6 +92,7 @@ nodist_libdggui_la_SOURCES = \ textedit.cc \ texture.cc \ texturedbox.cc \ + timingframecontent.cc \ toggle.cc \ utf8.cc \ verticalline.cc \ @@ -189,6 +190,7 @@ EXTRA_DIST = \ textedit.h \ texture.h \ texturedbox.h \ + timingframecontent.h \ toggle.h \ utf8.h \ verticalline.h \ |