From: <ai...@us...> - 2011-07-31 06:49:57
|
Revision: 11827 http://plplot.svn.sourceforge.net/plplot/?rev=11827&view=rev Author: airwin Date: 2011-07-31 06:49:51 +0000 (Sun, 31 Jul 2011) Log Message: ----------- Include 33rd example in list of those that are built in the traditional install tree approach. Modified Paths: -------------- trunk/examples/d/Makefile.examples.in Modified: trunk/examples/d/Makefile.examples.in =================================================================== --- trunk/examples/d/Makefile.examples.in 2011-07-29 19:50:14 UTC (rev 11826) +++ trunk/examples/d/Makefile.examples.in 2011-07-31 06:49:51 UTC (rev 11827) @@ -57,7 +57,8 @@ x28d$(EXEEXT) \ x29d$(EXEEXT) \ x30d$(EXEEXT) \ - x31d$(EXEEXT) + x31d$(EXEEXT) \ + x33d$(EXEEXT) all: $(EXECUTABLES_list) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |