From 9bfe7572d7fabc0a28f26798095c681a574ecc11 Mon Sep 17 00:00:00 2001 From: Josh Coalson Date: Wed, 16 Oct 2002 22:04:53 +0000 Subject: [PATCH] add export.h --- include/FLAC++/Makefile.am | 1 + include/FLAC/Makefile.am | 1 + include/OggFLAC++/Makefile.am | 3 ++- include/OggFLAC/Makefile.am | 1 + 4 files changed, 5 insertions(+), 1 deletion(-) diff --git a/include/FLAC++/Makefile.am b/include/FLAC++/Makefile.am index d787b873..e631a7d8 100644 --- a/include/FLAC++/Makefile.am +++ b/include/FLAC++/Makefile.am @@ -22,4 +22,5 @@ flaccppinclude_HEADERS = \ all.h \ decoder.h \ encoder.h \ + export.h \ metadata.h diff --git a/include/FLAC/Makefile.am b/include/FLAC/Makefile.am index 4c4a276a..965b076a 100644 --- a/include/FLAC/Makefile.am +++ b/include/FLAC/Makefile.am @@ -21,6 +21,7 @@ flaccincludedir = $(includedir)/FLAC flaccinclude_HEADERS = \ all.h \ assert.h \ + export.h \ file_decoder.h \ file_encoder.h \ format.h \ diff --git a/include/OggFLAC++/Makefile.am b/include/OggFLAC++/Makefile.am index 75aad71f..59e70496 100644 --- a/include/OggFLAC++/Makefile.am +++ b/include/OggFLAC++/Makefile.am @@ -21,4 +21,5 @@ oggflaccppincludedir = $(includedir)/OggFLAC++ oggflaccppinclude_HEADERS = \ all.h \ decoder.h \ - encoder.h + encoder.h \ + export.h diff --git a/include/OggFLAC/Makefile.am b/include/OggFLAC/Makefile.am index 7021a14e..0d82186b 100644 --- a/include/OggFLAC/Makefile.am +++ b/include/OggFLAC/Makefile.am @@ -23,5 +23,6 @@ oggflaccincludedir = $(includedir)/OggFLAC oggflaccinclude_HEADERS = \ all.h \ + export.h \ stream_decoder.h \ stream_encoder.h