diff options
Diffstat (limited to 'client/Makefile.am')
-rw-r--r-- | client/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/client/Makefile.am b/client/Makefile.am index 4a49d35..07b217e 100644 --- a/client/Makefile.am +++ b/client/Makefile.am @@ -24,6 +24,7 @@ miav_client_SOURCES = $(shell ../tools/MocList cc ) \ messagebox.cc \ player.cc \ splashscreen.cc \ + statusbar.cc \ svgloader.cc \ videowidget.cc \ yuv_draw.cc \ @@ -47,6 +48,7 @@ EXTRA_DIST = \ messagebox.h \ player.h \ splashscreen.h \ + statusbar.h \ svgloader.h \ videowidget.h \ yuv_draw.h \ |