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	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  <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	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 \