add seek_table.c

This commit is contained in:
Josh Coalson 2001-04-13 18:57:20 +00:00
parent dc86ea9870
commit 5906c2d9f5
3 changed files with 3 additions and 0 deletions

View File

@ -20,4 +20,5 @@ libFLAC_la_SOURCES = \
format.c \
lpc.c \
md5.c \
seek_table.c \
stream_decoder.c

View File

@ -17,6 +17,7 @@ OBJS = \
format.o \
lpc.o \
md5.o \
seek_table.o \
stream_decoder.o
include ../../build/lib.mk

View File

@ -19,6 +19,7 @@ C_FILES= \
format.c \
lpc.c \
md5.c \
seek_table.c \
stream_decoder.c
OBJS= $(C_FILES:.c=.obj)