[openrtm-commit:02451] r2950 - in branches/FSM4RTC/OpenRTM-aist: . examples
openrtm @ openrtm.org
openrtm @ openrtm.org
2017年 2月 17日 (金) 12:54:48 JST
Author: n-ando
Date: 2017-02-17 12:54:47 +0900 (Fri, 17 Feb 2017)
New Revision: 2950
Modified:
branches/FSM4RTC/OpenRTM-aist/configure.ac
branches/FSM4RTC/OpenRTM-aist/examples/Makefile.am
Log:
[compat,build] Unused build subdir has been removed.
Modified: branches/FSM4RTC/OpenRTM-aist/configure.ac
===================================================================
--- branches/FSM4RTC/OpenRTM-aist/configure.ac 2017-02-15 04:10:52 UTC (rev 2949)
+++ branches/FSM4RTC/OpenRTM-aist/configure.ac 2017-02-17 03:54:47 UTC (rev 2950)
@@ -1681,7 +1681,6 @@
examples/SeqIO/Makefile
examples/SimpleService/Makefile
examples/ExtTrigger/Makefile
- examples/MultiInPort/Makefile
examples/Templates/Makefile
examples/tests/Makefile
examples/Fsm/Makefile
Modified: branches/FSM4RTC/OpenRTM-aist/examples/Makefile.am
===================================================================
--- branches/FSM4RTC/OpenRTM-aist/examples/Makefile.am 2017-02-15 04:10:52 UTC (rev 2949)
+++ branches/FSM4RTC/OpenRTM-aist/examples/Makefile.am 2017-02-17 03:54:47 UTC (rev 2950)
@@ -8,10 +8,10 @@
AUTOMAKE_OPTIONS = 1.4
-SUBDIRS = Composite ConfigSample SimpleIO SeqIO SimpleService ExtTrigger Fsm StaticFsm MultiInPort Templates @UNITTEST@
+SUBDIRS = Composite ConfigSample SimpleIO SeqIO SimpleService ExtTrigger Fsm StaticFsm Templates @UNITTEST@
EXTRA_DIST = \
rtc.vcproj.yaml \
rtcdll.vcproj.yaml
-DIST_SUBDIRS = Composite ConfigSample SimpleIO SeqIO SimpleService ExtTrigger AutoTest Fsm StaticFsm MultiInPort Templates tests
+DIST_SUBDIRS = Composite ConfigSample SimpleIO SeqIO SimpleService ExtTrigger AutoTest Fsm StaticFsm Templates tests
openrtm-commit メーリングリストの案内