From 04890961a9855131bd5bc274bcec93cbf1cb8c12 Mon Sep 17 00:00:00 2001 From: Josh Coalson Date: Thu, 29 Jul 2004 05:24:35 +0000 Subject: [PATCH] add callback.h to header list --- include/FLAC/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/include/FLAC/Makefile.am b/include/FLAC/Makefile.am index 8226909d..be758771 100644 --- a/include/FLAC/Makefile.am +++ b/include/FLAC/Makefile.am @@ -33,6 +33,7 @@ flaccincludedir = $(includedir)/FLAC flaccinclude_HEADERS = \ all.h \ assert.h \ + callback.h \ export.h \ file_decoder.h \ file_encoder.h \