add window.[ch]
authorJosh Coalson <jcoalson@users.sourceforce.net>
Thu, 18 May 2006 07:36:34 +0000 (07:36 +0000)
committerJosh Coalson <jcoalson@users.sourceforce.net>
Thu, 18 May 2006 07:36:34 +0000 (07:36 +0000)
src/libFLAC/Makefile.am
src/libFLAC/include/private/Makefile.am

index 9d3dc17..395308f 100644 (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
index e25dedd..9541a7d 100644 (file)
@@ -41,4 +41,5 @@ noinst_HEADERS = \
        md5.h \
        memory.h \
        metadata.h \
-       stream_encoder_framing.h
+       stream_encoder_framing.h \
+       window.h