From 72e47408a09329a9dadcda853bfdddbffa971d0f Mon Sep 17 00:00:00 2001 From: Josh Coalson Date: Wed, 8 Jan 2003 07:58:51 +0000 Subject: [PATCH] add config/resource stuff --- src/plugin_winamp2/Makefile.am | 8 ++++++-- src/plugin_winamp2/Makefile.vc | 1 + 2 files changed, 7 insertions(+), 2 deletions(-) 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)