diff options
author | Josh Coalson <jcoalson@users.sourceforce.net> | 2004-09-03 01:00:56 +0000 |
---|---|---|
committer | Josh Coalson <jcoalson@users.sourceforce.net> | 2004-09-03 01:00:56 +0000 |
commit | adeb4fe07270c5c61e4ae9989c476162631adaf2 (patch) | |
tree | 342f187e0532043c0bd3e84b34bd2abb5010d438 /src/libOggFLAC | |
parent | ecc94919cfade063bdf4d126e8a18bf38e913ef8 (diff) | |
download | flac-adeb4fe07270c5c61e4ae9989c476162631adaf2.tar.gz |
add ogg_mapping.h
Diffstat (limited to 'src/libOggFLAC')
-rw-r--r-- | src/libOggFLAC/include/private/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/libOggFLAC/include/private/Makefile.am b/src/libOggFLAC/include/private/Makefile.am index 85ee3b8b..4c481f79 100644 --- a/src/libOggFLAC/include/private/Makefile.am +++ b/src/libOggFLAC/include/private/Makefile.am @@ -32,4 +32,5 @@ noinst_HEADERS = \ all.h \ ogg_decoder_aspect.h \ ogg_encoder_aspect.h \ - ogg_helper.h + ogg_helper.h \ + ogg_mapping.h |