add format.h
authorJosh Coalson <jcoalson@users.sourceforce.net>
Sat, 17 Aug 2002 15:09:22 +0000 (15:09 +0000)
committerJosh Coalson <jcoalson@users.sourceforce.net>
Sat, 17 Aug 2002 15:09:22 +0000 (15:09 +0000)
src/libFLAC/include/private/Makefile.am
src/libFLAC/include/private/all.h

index 0f97c46..eb5a075 100644 (file)
@@ -23,6 +23,7 @@ noinst_HEADERS = \
        cpu.h \
        crc.h \
        fixed.h \
+       format.h \
        lpc.h \
        md5.h \
        memory.h \
index 33404b8..9ce7272 100644 (file)
@@ -25,6 +25,7 @@
 #include "cpu.h"
 #include "crc.h"
 #include "fixed.h"
+#include "format.h"
 #include "lpc.h"
 #include "md5.h"
 #include "memory.h"