diff options
author | deva <deva> | 2006-03-07 19:12:18 +0000 |
---|---|---|
committer | deva <deva> | 2006-03-07 19:12:18 +0000 |
commit | 4f84ffc811d93371f395f11a0e0f42000eaa99fc (patch) | |
tree | b562b6c55f2a825dbbc12646df9741b51e1dff79 /client/Makefile.am | |
parent | 1390ddfe6afe41dba141f8170f9b277573ebe8cd (diff) |
*** empty log message ***
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 |