diff options
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 9c7d187..0afb24a 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -16,7 +16,6 @@ miav_SOURCES = $(shell if [ $QT_CXXFLAGS ] ; then ../tools/MocList cc; fi ) \ file.cc \ frame.cc \ img_encoder.cc \ - img_file.cc \ info.cc \ info_console.cc \ info_gui.cc \ @@ -28,7 +27,6 @@ miav_SOURCES = $(shell if [ $QT_CXXFLAGS ] ; then ../tools/MocList cc; fi ) \ mov_encoder.cc \ mov_encoder_thread.cc \ mov_encoder_writer.cc \ - mov_file.cc \ network.cc \ player.cc \ server.cc \ @@ -51,7 +49,6 @@ EXTRA_DIST = \ file.h \ frame.h \ img_encoder.h \ - img_file.h \ info.h \ info_console.h \ info_gui.h \ @@ -63,7 +60,6 @@ EXTRA_DIST = \ mov_encoder.h \ mov_encoder_thread.h \ mov_encoder_writer.h \ - mov_file.h \ network.h \ package.h \ player.h \ |