[openrtm-commit:02499] r2957 - trunk/OpenRTM-aist/src/ext/logger/fluentbit_stream

openrtm @ openrtm.org openrtm @ openrtm.org
2017年 3月 7日 (火) 13:30:46 JST


Author: takahashi
Date: 2017-03-07 13:30:46 +0900 (Tue, 07 Mar 2017)
New Revision: 2957

Modified:
   trunk/OpenRTM-aist/src/ext/logger/fluentbit_stream/Makefile.am
Log:
[build] Add lacked include path for fluentbit_stream. refs #3974


Modified: trunk/OpenRTM-aist/src/ext/logger/fluentbit_stream/Makefile.am
===================================================================
--- trunk/OpenRTM-aist/src/ext/logger/fluentbit_stream/Makefile.am	2017-03-07 04:10:17 UTC (rev 2956)
+++ trunk/OpenRTM-aist/src/ext/logger/fluentbit_stream/Makefile.am	2017-03-07 04:30:46 UTC (rev 2957)
@@ -11,6 +11,7 @@
 	-I$(top_srcdir)/src/ext/logger/fluentbit_stream/fluent-bit/include \
 	-I$(top_srcdir)/src/ext/logger/fluentbit_stream/fluent-bit/lib/monkey/include \
 	-I$(top_srcdir)/src/ext/logger/fluentbit_stream/fluent-bit/lib/mbedtls-2.4.1/include \
+	-I$(top_srcdir)/src/ext/logger/fluentbit_stream/fluent-bit/lib/msgpack-c-0b7cabd/include/ \
 	-I$(top_srcdir)/src/ext/logger/fluentbit_stream/fluent-bit/lib/flb_libco \
 	-I$(top_srcdir)/src/lib \
 	-I$(top_srcdir)/src/lib/coil/include \



openrtm-commit メーリングリストの案内