From 789745772745e17277cc8b90640d574d7c3fe24d Mon Sep 17 00:00:00 2001 From: Josh Coalson Date: Sun, 22 Jul 2001 19:04:32 +0000 Subject: [PATCH] add bitbuffer.h --- src/test_unit/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/test_unit/Makefile.am b/src/test_unit/Makefile.am index 5e7fe788..b3ca0dd2 100644 --- a/src/test_unit/Makefile.am +++ b/src/test_unit/Makefile.am @@ -23,4 +23,5 @@ test_unit_LDFLAGS = -lm test_unit_LDADD = $(top_builddir)/src/libFLAC/libFLAC.la test_unit_SOURCES = \ bitbuffer.c \ - main.c + main.c \ + bitbuffer.h