add vorbiscomment.{c,h}

This commit is contained in:
Josh Coalson
2002-08-30 05:44:32 +00:00
parent 892e6f5184
commit 5b90722153
4 changed files with 9 additions and 4 deletions

View File

@@ -13,7 +13,8 @@ C_FILES= \
charset.c \
dither.c \
id3v1.c \
id3v2.c
id3v2.c \
vorbiscomment.c
OBJS= $(C_FILES:.c=.obj)