diff options
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 \ |