Mercurial > hg > octave-jordi
changeset 9911:ac7606d51a3d
src/Makefile.in (BUILT_SOURCES): include graphics-props.cc in the list
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Fri, 04 Dec 2009 12:28:52 -0500 |
parents | 49b9cab70b63 |
children | e9fe12c1b0c0 |
files | src/ChangeLog src/Makefile.am |
diffstat | 2 files changed, 6 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2009-12-04 John W. Eaton <jwe@octave.org> + + * Makefile.am (BUILT_SOURCES): Include graphics-props.cc in the list. + 2009-12-04 John W. Eaton <jwe@octave.org> * Makefile.am (liboctinterp_la_SOURCES): Remove $(OPT_HANDLERS)
--- a/src/Makefile.am +++ b/src/Makefile.am @@ -33,12 +33,11 @@ ## Order matters here. Leave builtins.cc last, because it depends on ## $(DEF_FILES), and building those requires all the sources -## (except builtins.cc) to be available. List only one of graphics.h -## and graphics-props.cc because if both are listed, building in -## parallel will fail. +## (except builtins.cc) to be available. BUILT_SOURCES = \ defaults.h \ graphics.h \ + graphics-props.cc \ lex.cc \ mxarray.h \ oct-conf.h \