[openrtm-commit:01965] r2739 - in trunk/OpenRTM-aist/examples: ExtTrigger SimpleIO

openrtm @ openrtm.org openrtm @ openrtm.org
2016年 5月 26日 (木) 09:55:08 JST


Author: kawauchi
Date: 2016-05-26 09:55:08 +0900 (Thu, 26 May 2016)
New Revision: 2739

Modified:
   trunk/OpenRTM-aist/examples/ExtTrigger/Makefile.am
   trunk/OpenRTM-aist/examples/SimpleIO/Makefile.am
Log:
[compat,package,->RELENG_1_1] rtc.conf.org has been removed from package.

Modified: trunk/OpenRTM-aist/examples/ExtTrigger/Makefile.am
===================================================================
--- trunk/OpenRTM-aist/examples/ExtTrigger/Makefile.am	2016-05-26 00:44:58 UTC (rev 2738)
+++ trunk/OpenRTM-aist/examples/ExtTrigger/Makefile.am	2016-05-26 00:55:08 UTC (rev 2739)
@@ -20,7 +20,7 @@
 
 # Standalone RTCs
 example_PROGRAMS = ConsoleInCompExt ConsoleOutCompExt ConnectorCompExt
-example_DATA = rtc.conf rtc.conf.org
+example_DATA = rtc.conf
 
 ConsoleInCompExt_SOURCES = ConsoleInComp.cpp ConsoleIn.cpp ConsoleIn.h
 ConsoleInCompExt_LDADD   = $(top_builddir)/src/lib/rtm/libRTC.la \
@@ -50,8 +50,7 @@
 	Makefile.ConsoleOut \
 	README.ConsoleIn    \
 	README.ConsoleOut   \
-	rtc.conf            \
-	rtc.conf.org
+	rtc.conf            
 
 ALL_SRC =                  \
 	ConsoleInComp.cpp  \

Modified: trunk/OpenRTM-aist/examples/SimpleIO/Makefile.am
===================================================================
--- trunk/OpenRTM-aist/examples/SimpleIO/Makefile.am	2016-05-26 00:44:58 UTC (rev 2738)
+++ trunk/OpenRTM-aist/examples/SimpleIO/Makefile.am	2016-05-26 00:55:08 UTC (rev 2739)
@@ -36,7 +36,7 @@
 # Standalone RTCs
 example_PROGRAMS = ConsoleInComp ConsoleOutComp
 noinst_PROGRAMS = ConnectorComp
-example_DATA = rtc.conf consin.conf consout.conf component.conf rtc.conf.org
+example_DATA = rtc.conf consin.conf consout.conf component.conf
 
 ConsoleInComp_SOURCES = ConsoleInComp.cpp 
 ConsoleInComp_DEPENDENCIES = ConsoleIn.la
@@ -73,8 +73,7 @@
 	rtc.conf            \
 	consin.conf         \
 	consout.conf        \
-	component.conf      \
-	rtc.conf.org
+	component.conf      
 
 ALL_SRC =                  \
 	ConsoleInComp.cpp  \



More information about the openrtm-commit mailing list