diff options
author | deva <deva> | 2005-06-13 20:38:19 +0000 |
---|---|---|
committer | deva <deva> | 2005-06-13 20:38:19 +0000 |
commit | 0836a6e06f86e366017da3b2b2c132b3a4f2c877 (patch) | |
tree | 2df50f436a8664e564267d1200f3ef9b6c204dbe /src/Makefile.am | |
parent | fca7f73ae889f5e74a3b31441f5b2d778ecbd2d4 (diff) |
Added some logfile code.
Enhanced the file object... now ready to hook into mov_encoder
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 007f61b..9c7d187 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -17,6 +17,7 @@ miav_SOURCES = $(shell if [ $QT_CXXFLAGS ] ; then ../tools/MocList cc; fi ) \ frame.cc \ img_encoder.cc \ img_file.cc \ + info.cc \ info_console.cc \ info_gui.cc \ mainwindow.cc \ |