changeset 8709:d090213c697a

scripts/miscellaneous/Makefile.in (SOURCES): include __xzip__.m in the list
author John W. Eaton <jwe@octave.org>
date Mon, 09 Feb 2009 15:43:24 -0500
parents 7faf87906ca3
children 739141cde75a
files scripts/ChangeLog scripts/miscellaneous/Makefile.in
diffstat 2 files changed, 4 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/ChangeLog	Mon Feb 09 14:55:07 2009 -0500
+++ b/scripts/ChangeLog	Mon Feb 09 15:43:24 2009 -0500
@@ -1,5 +1,7 @@
 2009-02-09  John W. Eaton  <jwe@octave.org>
 
+	* miscellaneous/Makefile.in (SOURCES): Include __xzip__.m in the list.
+
 	* testfun/rundemos.m: Error if fopen fails.
 
 2009-02-08  John W. Eaton  <jwe@octave.org>
--- a/scripts/miscellaneous/Makefile.in	Mon Feb 09 14:55:07 2009 -0500
+++ b/scripts/miscellaneous/Makefile.in	Mon Feb 09 15:43:24 2009 -0500
@@ -33,8 +33,8 @@
 INSTALL_PROGRAM = @INSTALL_PROGRAM@
 INSTALL_DATA = @INSTALL_DATA@
 
-SOURCES = ans.m bincoeff.m bug_report.m bunzip2.m bzip2.m cast.m comma.m \
-  compare_versions.m computer.m copyfile.m debug.m \
+SOURCES = __xzip__.m ans.m bincoeff.m bug_report.m bunzip2.m bzip2.m \
+  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 \
   info.m inputname.m intwarning.m ismac.m ispc.m isunix.m license.m \