From: <ai...@us...> - 2011-07-31 07:30:36
|
Revision: 11828 http://plplot.svn.sourceforge.net/plplot/?rev=11828&view=rev Author: airwin Date: 2011-07-31 07:30:27 +0000 (Sun, 31 Jul 2011) Log Message: ----------- Add example 33 to those which are built for the traditional install tree. Modified Paths: -------------- trunk/examples/java/Makefile.examples.in trunk/examples/ocaml/Makefile.examples.in Modified: trunk/examples/java/Makefile.examples.in =================================================================== --- trunk/examples/java/Makefile.examples.in 2011-07-31 06:49:51 UTC (rev 11827) +++ trunk/examples/java/Makefile.examples.in 2011-07-31 07:30:27 UTC (rev 11828) @@ -52,7 +52,8 @@ x28.class \ x29.class \ x30.class \ - x31.class + x31.class \ + x33.class all: $(example_classes) Modified: trunk/examples/ocaml/Makefile.examples.in =================================================================== --- trunk/examples/ocaml/Makefile.examples.in 2011-07-31 06:49:51 UTC (rev 11827) +++ trunk/examples/ocaml/Makefile.examples.in 2011-07-31 07:30:27 UTC (rev 11828) @@ -63,7 +63,8 @@ x28ocaml$(EXEEXT) \ x29ocaml$(EXEEXT) \ x30ocaml$(EXEEXT) \ - x31ocaml$(EXEEXT) + x31ocaml$(EXEEXT) \ + x33ocaml$(EXEEXT) all: $(EXECUTABLES_list) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |