Mercurial > SDL_sound_CoreAudio
changeset 539:95cc0ba5410f
Merged r546:548 from branches/stable-1.0: "make dist" svn fix.
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Thu, 17 Apr 2008 18:12:21 +0000 |
parents | 8a814bbbedfa |
children | fb84667d6652 |
files | CHANGELOG Makefile.am |
diffstat | 2 files changed, 3 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/CHANGELOG Thu Apr 17 18:08:02 2008 +0000 +++ b/CHANGELOG Thu Apr 17 18:12:21 2008 +0000 @@ -3,7 +3,8 @@ */ 04172008 - Look for Speex includes in new directory. Converted all text - encoding from ISO-8859-1 to UTF-8. + encoding from ISO-8859-1 to UTF-8. Fixed "make dist" script for + dealing with Subversion instead of CVS. 04112008 - Check if Speex header has bogus data (CVE-2008-1686). 08062007 - Updated my email address. Added -fvisibility=hidden support. 07152007 - Minor correction in Timidity resampling code (Thanks, Sam!).
--- a/Makefile.am Thu Apr 17 18:08:02 2008 +0000 +++ b/Makefile.am Thu Apr 17 18:12:21 2008 +0000 @@ -47,5 +47,5 @@ echo "Docs are generated with the program "Doxygen" (http://www.doxygen.org/)," >> $(distdir)/docs/README echo " or can be read online at http://icculus.org/SDL_sound/docs/" >> $(distdir)/docs/README echo >> $(distdir)/docs/README - rm -rf `find $(distdir) -name "CVS" -type d` + rm -rf `find $(distdir) -type d -name ".svn"`