diff options
author | deva <deva> | 2005-07-27 12:40:47 +0000 |
---|---|---|
committer | deva <deva> | 2005-07-27 12:40:47 +0000 |
commit | 6046ed450a83f509c4e5f2923ae4f8fcda9fd669 (patch) | |
tree | cee3b8aaed9e63d5458325cba118569d3f4c42f8 /src/Makefile.am | |
parent | aa76292f4ceb8bfa94066bd035dda81c95bc9052 (diff) |
*** empty log message ***
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index a611de5..2f4c151 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -15,6 +15,7 @@ miav_SOURCES = $(shell if [ $QT_CXXFLAGS ] ; then ../tools/MocList cc; fi ) \ encoder.cc \ file.cc \ frame.cc \ + historywidget.cc \ img_encoder.cc \ info.cc \ info_console.cc \ @@ -50,6 +51,7 @@ EXTRA_DIST = \ encoder.h \ file.h \ frame.h \ + historywidget.h \ img_encoder.h \ info.h \ info_console.h \ |