|
From: <cla...@us...> - 2010-09-06 16:05:57
|
Revision: 123
http://dsim.svn.sourceforge.net/dsim/?rev=123&view=rev
Author: clacombe
Date: 2010-09-06 16:05:51 +0000 (Mon, 06 Sep 2010)
Log Message:
-----------
[Config] keep stdair directory for the lib creation only
Modified Paths:
--------------
trunk/dsim/configure.ac
trunk/dsim/doc/Makefile.am
trunk/dsim/dsim/Makefile.am
Modified: trunk/dsim/configure.ac
===================================================================
--- trunk/dsim/configure.ac 2010-09-06 15:56:17 UTC (rev 122)
+++ trunk/dsim/configure.ac 2010-09-06 16:05:51 UTC (rev 123)
@@ -388,7 +388,6 @@
stdair/command/Makefile
stdair/config/Makefile
stdair/service/Makefile
- stdair/batches/Makefile
trademgen/Makefile
trademgen/basic/Makefile
trademgen/bom/Makefile
Modified: trunk/dsim/doc/Makefile.am
===================================================================
--- trunk/dsim/doc/Makefile.am 2010-09-06 15:56:17 UTC (rev 122)
+++ trunk/dsim/doc/Makefile.am 2010-09-06 16:05:51 UTC (rev 123)
@@ -10,7 +10,6 @@
include $(top_srcdir)/stdair/command/sources.mk
include $(top_srcdir)/stdair/service/sources.mk
include $(top_srcdir)/stdair/sources.mk
-include $(top_srcdir)/stdair/batches/sources.mk
# TraDemGen
#include $(top_srcdir)/trademgen/basic/sources.mk
#include $(top_srcdir)/trademgen/bom/sources.mk
Modified: trunk/dsim/dsim/Makefile.am
===================================================================
--- trunk/dsim/dsim/Makefile.am 2010-09-06 15:56:17 UTC (rev 122)
+++ trunk/dsim/dsim/Makefile.am 2010-09-06 16:05:51 UTC (rev 123)
@@ -6,7 +6,7 @@
MAINTAINERCLEANFILES = Makefile.in
-SUBDIRS = basic bom factory command service config batches
+SUBDIRS = basic bom factory command service config
EXTRA_DIST = config_msvc.h
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|