diff options
Diffstat (limited to 'plugingui/Makefile.am')
-rw-r--r-- | plugingui/Makefile.am | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/plugingui/Makefile.am b/plugingui/Makefile.am index 2a9d453..83a4411 100644 --- a/plugingui/Makefile.am +++ b/plugingui/Makefile.am @@ -37,6 +37,10 @@ nodist_libdggui_la_SOURCES = \ toggle.cc \ powerbutton.cc \ mainwindow.cc \ + drumkitframecontent.cc \ + statusframecontent.cc \ + humanizerframecontent.cc \ + diskstreamingframecontent.cc \ slider.cc \ scrollbar.cc \ stackedwidget.cc \ @@ -49,6 +53,7 @@ nodist_libdggui_la_SOURCES = \ listbox.cc \ listboxthin.cc \ listboxbasic.cc \ + maintab.cc \ knob.cc \ filebrowser.cc \ directory.cc \ @@ -60,6 +65,7 @@ nodist_libdggui_la_SOURCES = \ verticalline.cc \ resource.cc \ resource_data.cc \ + frame.cc \ lodepng/lodepng.cpp if ENABLE_X11 @@ -142,4 +148,4 @@ EXTRA_DIST = \ verticalline.h \ widget.h \ window.h \ - lodepng/lodepng.h
\ No newline at end of file + lodepng/lodepng.h |