|
From: <den...@us...> - 2010-01-20 20:11:06
|
Revision: 51
http://dsim.svn.sourceforge.net/dsim/?rev=51&view=rev
Author: denis_arnaud
Date: 2010-01-20 20:11:00 +0000 (Wed, 20 Jan 2010)
Log Message:
-----------
[Dev] Moved the Log service into the StdAir library.
Modified Paths:
--------------
trunk/dsim/configure.ac
trunk/dsim/dsim/core/Makefile.am
Modified: trunk/dsim/configure.ac
===================================================================
--- trunk/dsim/configure.ac 2010-01-20 17:24:13 UTC (rev 50)
+++ trunk/dsim/configure.ac 2010-01-20 20:11:00 UTC (rev 51)
@@ -406,6 +406,7 @@
stdair/bom/Makefile
stdair/factory/Makefile
stdair/config/Makefile
+ stdair/service/Makefile
stdair/core/Makefile
trademgen/Makefile
trademgen/basic/Makefile
Modified: trunk/dsim/dsim/core/Makefile.am
===================================================================
--- trunk/dsim/dsim/core/Makefile.am 2010-01-20 17:24:13 UTC (rev 50)
+++ trunk/dsim/dsim/core/Makefile.am 2010-01-20 20:11:00 UTC (rev 51)
@@ -20,9 +20,8 @@
$(top_builddir)/dsim/command/libcmd.la \
$(top_builddir)/dsim/service/libsvc.la
libdsim_la_LDFLAGS = \
- $(BOOST_DATE_TIME_LIB) $(BOOST_PROGRAM_OPTIONS_LIB) \
+ $(BOOST_DATE_TIME_LIB) $(BOOST_PROGRAM_OPTIONS_LIB) $(BOOST_FILESYSTEM_LIB) \
+ $(top_builddir)/stdair/core/libstdair.la \
+ $(top_builddir)/airsched/core/libairsched.la \
+ $(top_builddir)/simcrs/core/libsimcrs.la \
-version-info $(GENERIC_LIBRARY_VERSION)
-
-# Header files
-#pkginclude_HEADERS = $(service_h_sources)
-#nobase_nodist_pkginclude_HEADERS = $(top_builddir)/dsim/config.h
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|