From: <den...@us...> - 2009-12-23 14:45:26
|
Revision: 67 http://stdair.svn.sourceforge.net/stdair/?rev=67&view=rev Author: denis_arnaud Date: 2009-12-23 14:45:19 +0000 (Wed, 23 Dec 2009) Log Message: ----------- [Build] Fixed a missing source file name in the basic layer. Modified Paths: -------------- trunk/stdair/stdair/basic/sources.mk Modified: trunk/stdair/stdair/basic/sources.mk =================================================================== --- trunk/stdair/stdair/basic/sources.mk 2009-11-20 10:56:57 UTC (rev 66) +++ trunk/stdair/stdair/basic/sources.mk 2009-12-23 14:45:19 UTC (rev 67) @@ -1,6 +1,6 @@ bas_h_sources = \ $(top_srcdir)/stdair/basic/BasTypes.hpp \ - $(top_srcdir)/stdair/basic/BasConst_WorldSchedule.hpp \ + $(top_srcdir)/stdair/basic/BasConst_General.hpp \ $(top_srcdir)/stdair/basic/BasConst_Inventory.hpp \ $(top_srcdir)/stdair/basic/BasConst_BookingClass.hpp \ $(top_srcdir)/stdair/basic/BasConst_Yield.hpp \ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |