From: <den...@us...> - 2009-12-30 14:25:15
|
Revision: 37 http://dsim.svn.sourceforge.net/dsim/?rev=37&view=rev Author: denis_arnaud Date: 2009-12-30 14:25:05 +0000 (Wed, 30 Dec 2009) Log Message: ----------- [Struct] Added a dependency (as Subversion external references) on the TraDemGen project. Modified Paths: -------------- trunk/dsim/configure.ac trunk/dsim/test/Makefile.am Property Changed: ---------------- trunk/dsim/test/ Modified: trunk/dsim/configure.ac =================================================================== --- trunk/dsim/configure.ac 2009-12-30 11:19:01 UTC (rev 36) +++ trunk/dsim/configure.ac 2009-12-30 14:25:05 UTC (rev 37) @@ -477,6 +477,7 @@ test/boost/serialization/Makefile test/boost/signals/Makefile test/stdair/Makefile + test/trademgen/Makefile test/airsched/Makefile test/airinv/Makefile test/rmol/Makefile Property changes on: trunk/dsim/test ___________________________________________________________________ Modified: svn:externals - stdair https://stdair.svn.sourceforge.net/svnroot/stdair/trunk/stdair/test/stdair airsched https://air-sched.svn.sourceforge.net/svnroot/air-sched/trunk/airsched/test/airsched airinv https://rmol.svn.sourceforge.net/svnroot/airinv/trunk/airinv/test/airinv rmol https://rmol.svn.sourceforge.net/svnroot/rmol/trunk/rmol/test/rmol simcrs https://rmol.svn.sourceforge.net/svnroot/simcrs/trunk/simcrs/test/simcrs + stdair https://stdair.svn.sourceforge.net/svnroot/stdair/trunk/stdair/test/stdair airsched https://air-sched.svn.sourceforge.net/svnroot/air-sched/trunk/airsched/test/airsched airinv https://airinv.svn.sourceforge.net/svnroot/airinv/trunk/airinv/test/airinv rmol https://rmol.svn.sourceforge.net/svnroot/rmol/trunk/rmol/test/rmol simcrs https://simcrs.svn.sourceforge.net/svnroot/simcrs/trunk/simcrs/test/simcrs trademgen https://trademgen.svn.sourceforge.net/svnroot/trademgen/trunk/trademgen/test/trademgen Modified: trunk/dsim/test/Makefile.am =================================================================== --- trunk/dsim/test/Makefile.am 2009-12-30 11:19:01 UTC (rev 36) +++ trunk/dsim/test/Makefile.am 2009-12-30 14:25:05 UTC (rev 37) @@ -4,7 +4,7 @@ MAINTAINERCLEANFILES = Makefile.in ## -SUBDIRS = boost stdair airsched airinv rmol simcrs dsim +SUBDIRS = boost stdair trademgen airsched airinv rmol simcrs dsim EXTRA_DIST = This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |