diff options
author | Josh Coalson <jcoalson@users.sourceforce.net> | 2008-09-09 07:49:19 +0000 |
---|---|---|
committer | Josh Coalson <jcoalson@users.sourceforce.net> | 2008-09-09 07:49:19 +0000 |
commit | d7f5344a6408f95901cc17329264bea03db514e0 (patch) | |
tree | e4e29a2d5a541ea9695454fb3198aa4431e9bf1c /test/Makefile.am | |
parent | 7617cacb282a00c0188aca3fec5613aa1d038740 (diff) | |
download | flac-d7f5344a6408f95901cc17329264bea03db514e0.tar.gz |
add support for Wave64 (SF#1769582: https://sourceforge.net/tracker/index.php?func=detail&aid=1769582&group_id=13478&atid=113478)
Diffstat (limited to 'test/Makefile.am')
-rw-r--r-- | test/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile.am b/test/Makefile.am index 370d10ac..1b94ac66 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -49,4 +49,4 @@ EXTRA_DIST = \ write_iff.pl clean-local: - -rm -f *.raw *.flac *.oga *.ogg *.cmp *.aiff *.wav *.rf64 *.diff *.log *.cue core + -rm -f *.raw *.flac *.oga *.ogg *.cmp *.aiff *.wav *.w64 *.rf64 *.diff *.log *.cue core |