From f5195696b698e7b51450f04700ac026c6050939b Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Sat, 23 Jul 2005 22:16:30 +0000 Subject: [PATCH] Fixed "make dist". --- CHANGELOG | 1 + Makefile.am.newautomake | 4 ++-- Makefile.am.oldautomake | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index be37d0ac..843d3a2c 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -6,6 +6,7 @@ 07232005 - Fixed bug in zip archiver (thanks, Jörg Walter!). Updated zlib to 1.2.3, which properly includes the security fix. + Fixed "make dist". Upped version to 1.0.1. 07132005 - Moved to zlib122, and security fix discussed here: http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2005-2096 diff --git a/Makefile.am.newautomake b/Makefile.am.newautomake index 9c5bf304..b2c02a0e 100644 --- a/Makefile.am.newautomake +++ b/Makefile.am.newautomake @@ -80,7 +80,7 @@ EXTRA_DIST = \ INSTALL \ TODO \ Doxyfile \ - CWProjects.sitx \ + CWProjects.sit \ physfs.spec \ physfs.dsp \ test_physfs.dsp \ @@ -133,7 +133,7 @@ EXTRA_DIST = \ TODO \ Doxyfile \ PBProjects \ - CWProjects.sitx \ + CWProjects.sit \ physfs.spec.in \ physfs.spec \ physfs.dsp \ diff --git a/Makefile.am.oldautomake b/Makefile.am.oldautomake index 468aaadb..7ca4f1f5 100644 --- a/Makefile.am.oldautomake +++ b/Makefile.am.oldautomake @@ -33,7 +33,7 @@ EXTRA_DIST = \ TODO \ Doxyfile \ PBProjects \ - CWProjects.sitx \ + CWProjects.sit \ physfs.spec.in \ physfs.spec \ physfs.dsp \