From: <ai...@us...> - 2009-05-05 18:29:42
|
Revision: 9923 http://plplot.svn.sourceforge.net/plplot/?rev=9923&view=rev Author: airwin Date: 2009-05-05 18:29:37 +0000 (Tue, 05 May 2009) Log Message: ----------- Add examples 24, 25, 27, 29, and 30 to the installed examples build to follow the changes in test_d.sh.in. Without this fix the install tree tests don't work since test_d.sh is run there expecting that the examples are built. Modified Paths: -------------- trunk/examples/d/Makefile.examples.in Modified: trunk/examples/d/Makefile.examples.in =================================================================== --- trunk/examples/d/Makefile.examples.in 2009-05-05 18:27:24 UTC (rev 9922) +++ trunk/examples/d/Makefile.examples.in 2009-05-05 18:29:37 UTC (rev 9923) @@ -36,7 +36,12 @@ x10d$(EXEEXT) \ x11d$(EXEEXT) \ x12d$(EXEEXT) \ - x13d$(EXEEXT) + x13d$(EXEEXT) \ + x24d$(EXEEXT) \ + x25d$(EXEEXT) \ + x27d$(EXEEXT) \ + x29d$(EXEEXT) \ + x30d$(EXEEXT) all: $(EXECUTABLES_list) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |