# HG changeset patch # User Mike Miller # Date 1397402838 14400 # Node ID 93d0fc8a5d868c4c34a2c68177ec8d1df06add45 # Parent ce36233e4849de89ef1a460bd74bba44abf2088c build: Add missing octave-default-image.h to source distribution * libinterp/corefcn/module.mk (COREFCN_INC): Add octave-default-image.h file introduced in cset 2deed6538c72. diff -r ce36233e4849 -r 93d0fc8a5d86 libinterp/corefcn/module.mk --- a/libinterp/corefcn/module.mk Sat Apr 12 22:13:38 2014 -0700 +++ b/libinterp/corefcn/module.mk Sun Apr 13 11:27:18 2014 -0400 @@ -91,6 +91,7 @@ corefcn/oct-stream.h \ corefcn/oct-strstrm.h \ corefcn/oct.h \ + corefcn/octave-default-image.h \ corefcn/octave-link.h \ corefcn/pager.h \ corefcn/pr-output.h \