diff options
author | deva <deva> | 2005-07-28 15:09:52 +0000 |
---|---|---|
committer | deva <deva> | 2005-07-28 15:09:52 +0000 |
commit | c1e99b4951bd5e376cfab14cb6870869e60b91a2 (patch) | |
tree | 694e64f8f91149044e257e05df7f4de209a4720d /src/Makefile.am | |
parent | 6be08a50e748fbccd05a0194a65b2721b78c1b76 (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 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 \ |