diff options
Diffstat (limited to 'client/Makefile.am')
-rw-r--r-- | client/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/client/Makefile.am b/client/Makefile.am index 803bf51..a89f214 100644 --- a/client/Makefile.am +++ b/client/Makefile.am @@ -15,11 +15,13 @@ miav_client_SOURCES = $(shell if [ $QT_CXXFLAGS ] ; then ../tools/MocList cc; f dv1394.cc \ dvfile.cc \ networksender.cc \ + historyframe.cc \ historywidget.cc \ info_gui.cc \ mainwindow.cc \ messagebox.cc \ player.cc \ + splashscreen.cc \ videowidget.cc \ yuv_draw.cc @@ -32,11 +34,13 @@ EXTRA_DIST = \ dv1394.h \ dvfile.h \ networksender.h \ + historyframe.h \ historywidget.h \ info_gui.h \ mainwindow.h \ messagebox.h \ player.h \ + splashscreen.h \ videowidget.h \ yuv_draw.h |