add window.[ch]

This commit is contained in:
Josh Coalson 2006-05-18 07:36:34 +00:00
parent 85425426e8
commit 6c08886234
2 changed files with 4 additions and 2 deletions

View File

@ -101,4 +101,5 @@ libFLAC_la_SOURCES = \
seekable_stream_encoder.c \
stream_decoder.c \
stream_encoder.c \
stream_encoder_framing.c
stream_encoder_framing.c \
window.c

View File

@ -41,4 +41,5 @@ noinst_HEADERS = \
md5.h \
memory.h \
metadata.h \
stream_encoder_framing.h
stream_encoder_framing.h \
window.h