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 2f4c151..f27b1dc 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -20,6 +20,7 @@ miav_SOURCES = $(shell if [ $QT_CXXFLAGS ] ; then ../tools/MocList cc; fi ) \ info.cc \ info_console.cc \ info_gui.cc \ + jpeg_mem_dest.cc \ libfame_wrapper.cc \ liblame_wrapper.cc \ mainwindow.cc \ @@ -56,6 +57,7 @@ EXTRA_DIST = \ info.h \ info_console.h \ info_gui.h \ + jpeg_mem_dest.h \ libfame_wrapper.h \ liblame_wrapper.h \ mainwindow.h \ |