diff options
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 0afb24a..a611de5 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -19,6 +19,8 @@ miav_SOURCES = $(shell if [ $QT_CXXFLAGS ] ; then ../tools/MocList cc; fi ) \ info.cc \ info_console.cc \ info_gui.cc \ + libfame_wrapper.cc \ + liblame_wrapper.cc \ mainwindow.cc \ messagebox.cc \ miav.cc \ @@ -52,6 +54,8 @@ EXTRA_DIST = \ info.h \ info_console.h \ info_gui.h \ + libfame_wrapper.h \ + liblame_wrapper.h \ mainwindow.h \ messagebox.h \ miav.h \ |