# HG changeset patch # User John W. Eaton # Date 1259947732 18000 # Node ID ac7606d51a3d9a4fcb7d28ed58cbcf846172acf6 # Parent 49b9cab70b63e23efead9bb11c3ee7286f6cfcf6 src/Makefile.in (BUILT_SOURCES): include graphics-props.cc in the list diff -r 49b9cab70b63 -r ac7606d51a3d src/ChangeLog --- a/src/ChangeLog Fri Dec 04 05:04:59 2009 -0500 +++ b/src/ChangeLog Fri Dec 04 12:28:52 2009 -0500 @@ -1,3 +1,7 @@ +2009-12-04 John W. Eaton + + * Makefile.am (BUILT_SOURCES): Include graphics-props.cc in the list. + 2009-12-04 John W. Eaton * Makefile.am (liboctinterp_la_SOURCES): Remove $(OPT_HANDLERS) diff -r 49b9cab70b63 -r ac7606d51a3d src/Makefile.am --- a/src/Makefile.am Fri Dec 04 05:04:59 2009 -0500 +++ b/src/Makefile.am Fri Dec 04 12:28:52 2009 -0500 @@ -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 \