diff src/Makefile.am @ 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 1020d800d342
children 5cd48568ec59
line wrap: on
line diff
--- 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 \