[openrtm-commit:02393] r2926 - trunk/OpenRTM-aist
openrtm @ openrtm.org
openrtm @ openrtm.org
2017年 2月 7日 (火) 04:44:42 JST
Author: n-ando
Date: 2017-02-07 04:44:42 +0900 (Tue, 07 Feb 2017)
New Revision: 2926
Modified:
trunk/OpenRTM-aist/configure.ac
Log:
[incompat,new func] fluent-bit logger stream has been added. refs #3567
Modified: trunk/OpenRTM-aist/configure.ac
===================================================================
--- trunk/OpenRTM-aist/configure.ac 2017-02-06 19:43:54 UTC (rev 2925)
+++ trunk/OpenRTM-aist/configure.ac 2017-02-06 19:44:42 UTC (rev 2926)
@@ -1510,6 +1510,7 @@
dnl under lib/openrtm-x.y directories
rtm_rtcdir=$rtm_libdir"/rtc"
rtm_ecdir=$rtm_libdir"/ec"
+rtm_loggerdir=$rtm_libdir"/logger"
rtm_rtmdir=$rtm_libdir"/rtm"
rtm_svcdir=$rtm_libdir"/svc"
rtm_sdodir=$rtm_libdir"/sdo"
@@ -1524,6 +1525,7 @@
AC_SUBST(coil_includedir)
AC_SUBST(rtm_rtcdir)
AC_SUBST(rtm_ecdir)
+AC_SUBST(rtm_loggerdir)
AC_SUBST(rtm_rtmdir)
AC_SUBST(rtm_svcdir)
AC_SUBST(rtm_sdodir)
@@ -1660,6 +1662,8 @@
src/ext/sdo/observer/Makefile
src/ext/local_service/Makefile
src/ext/local_service/nameservice_file/Makefile
+ src/ext/logger/Makefile
+ src/ext/logger/fluentbit_stream/Makefile
utils/Makefile
utils/rtm-config/Makefile
utils/cmake/Makefile
More information about the openrtm-commit
mailing list