diff options
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 \ |