add bitmath.c

This commit is contained in:
Josh Coalson 2001-03-30 00:45:52 +00:00
parent eef5670adc
commit 673976d977
3 changed files with 3 additions and 0 deletions

View File

@ -11,6 +11,7 @@ endif
libFLAC_la_SOURCES = \
bitbuffer.c \
bitmath.c \
crc.c \
encoder.c \
encoder_framing.c \

View File

@ -8,6 +8,7 @@ DEBUG_CFLAGS = -DFLAC_OVERFLOW_DETECT
OBJS = \
bitbuffer.o \
bitmath.o \
crc.o \
encoder.o \
encoder_framing.o \

View File

@ -10,6 +10,7 @@
C_FILES= \
bitbuffer.c \
bitmath.c \
crc.c \
encoder.c \
encoder_framing.c \