diff --git a/src/plugin_winamp2/Makefile.am b/src/plugin_winamp2/Makefile.am index 271cc67f..311d43b3 100644 --- a/src/plugin_winamp2/Makefile.am +++ b/src/plugin_winamp2/Makefile.am @@ -15,9 +15,13 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +SUBDIRS = include + EXTRA_DIST = \ Makefile.vc \ - in2.h \ + config.h \ + config.c \ in_flac.c \ in_flac.dsp \ - out.h + resource.h \ + resource.rc diff --git a/src/plugin_winamp2/Makefile.vc b/src/plugin_winamp2/Makefile.vc index 9e11eda4..e810311e 100644 --- a/src/plugin_winamp2/Makefile.vc +++ b/src/plugin_winamp2/Makefile.vc @@ -26,6 +26,7 @@ !endif C_FILES= \ + config.c \ in_flac.c OBJS= $(C_FILES:.c=.obj)