Fixed "make dist".
This commit is contained in:
parent
3f6c5e6348
commit
d8541f7ae4
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
07232005 - Fixed bug in zip archiver (thanks, Jörg Walter!).
|
07232005 - Fixed bug in zip archiver (thanks, Jörg Walter!).
|
||||||
More minor OS/2 tweaks. Updated zlib to 1.2.3, which properly
|
More minor OS/2 tweaks. Updated zlib to 1.2.3, which properly
|
||||||
includes the security fix.
|
includes the security fix. Fixed "make dist".
|
||||||
07212005 - Patched to compile on OS/2 again.
|
07212005 - Patched to compile on OS/2 again.
|
||||||
07132005 - Updated zlib to 1.2.2, and patched it for this security hole:
|
07132005 - Updated zlib to 1.2.2, and patched it for this security hole:
|
||||||
http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2005-2096
|
http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2005-2096
|
||||||
|
|
|
@ -81,7 +81,7 @@ EXTRA_DIST = \
|
||||||
INSTALL \
|
INSTALL \
|
||||||
TODO \
|
TODO \
|
||||||
Doxyfile \
|
Doxyfile \
|
||||||
CWProjects.sitx \
|
CWProjects.sit \
|
||||||
physfs.spec \
|
physfs.spec \
|
||||||
physfs.dsp \
|
physfs.dsp \
|
||||||
test_physfs.dsp \
|
test_physfs.dsp \
|
||||||
|
@ -134,7 +134,7 @@ EXTRA_DIST = \
|
||||||
TODO \
|
TODO \
|
||||||
Doxyfile \
|
Doxyfile \
|
||||||
PBProjects \
|
PBProjects \
|
||||||
CWProjects.sitx \
|
CWProjects.sit \
|
||||||
physfs.spec.in \
|
physfs.spec.in \
|
||||||
physfs.spec \
|
physfs.spec \
|
||||||
physfs.dsp \
|
physfs.dsp \
|
||||||
|
|
|
@ -33,7 +33,7 @@ EXTRA_DIST = \
|
||||||
TODO \
|
TODO \
|
||||||
Doxyfile \
|
Doxyfile \
|
||||||
PBProjects \
|
PBProjects \
|
||||||
CWProjects.sitx \
|
CWProjects.sit \
|
||||||
physfs.spec.in \
|
physfs.spec.in \
|
||||||
physfs.spec \
|
physfs.spec \
|
||||||
physfs.dsp \
|
physfs.dsp \
|
||||||
|
|
Loading…
Reference in New Issue