changeset 8668:739b0aebf261

scripts/miscellaneous/Makefile.in: add bzip2
author Soren Hauberg <hauberg@gmail.com>
date Wed, 04 Feb 2009 11:39:45 -0500
parents a89198168175
children 33783e94fb16
files scripts/ChangeLog scripts/miscellaneous/Makefile.in
diffstat 2 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/ChangeLog	Wed Feb 04 11:37:49 2009 -0500
+++ b/scripts/ChangeLog	Wed Feb 04 11:39:45 2009 -0500
@@ -1,3 +1,7 @@
+2009-02-04  Soren Hauberg  <hauberg@gmail.com>
+
+	* miscellaneous/Makefile.in (SOURCES): Add bzip2.m to the list.
+
 2009-02-04  Frederick Umminger  <Frederick_Umminger@playstation.sony.com>
 
 	* signal/freqz.m: Ensure causal phase response.
--- a/scripts/miscellaneous/Makefile.in	Wed Feb 04 11:37:49 2009 -0500
+++ b/scripts/miscellaneous/Makefile.in	Wed Feb 04 11:39:45 2009 -0500
@@ -33,7 +33,7 @@
 INSTALL_PROGRAM = @INSTALL_PROGRAM@
 INSTALL_DATA = @INSTALL_DATA@
 
-SOURCES = ans.m bincoeff.m bug_report.m bunzip2.m cast.m comma.m \
+SOURCES = ans.m bincoeff.m bug_report.m bunzip2.m bzip2 cast.m comma.m \
   compare_versions.m computer.m copyfile.m debug.m \
   delete.m dir.m dos.m dump_prefs.m edit.m \
   fileattrib.m fileparts.m flops.m fullfile.m getfield.m gunzip.m gzip.m \