add config/resource stuff
authorJosh Coalson <jcoalson@users.sourceforce.net>
Wed, 8 Jan 2003 07:58:51 +0000 (07:58 +0000)
committerJosh Coalson <jcoalson@users.sourceforce.net>
Wed, 8 Jan 2003 07:58:51 +0000 (07:58 +0000)
src/plugin_winamp2/Makefile.am
src/plugin_winamp2/Makefile.vc

index 271cc67f54382d20368ab1ecb98ae15d79dd700a..311d43b303a5e32a23df579e0806d5f99c38de6b 100644 (file)
 #  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
index 9e11eda4887bdacea088620bd8635c340372c844..e810311ef2d6941abb574d7102f5e340697f284f 100644 (file)
@@ -26,6 +26,7 @@
 !endif\r
 \r
 C_FILES= \\r
+       config.c \\r
        in_flac.c\r
 \r
 OBJS= $(C_FILES:.c=.obj)\r