[openrtm-commit:02497] r2956 - trunk/OpenRTM-aist/src/ext/logger/fluentbit_stream
openrtm @ openrtm.org
openrtm @ openrtm.org
2017年 3月 7日 (火) 13:10:17 JST
Author: takahashi
Date: 2017-03-07 13:10:17 +0900 (Tue, 07 Mar 2017)
New Revision: 2956
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-02-24 07:37:25 UTC (rev 2955)
+++ trunk/OpenRTM-aist/src/ext/logger/fluentbit_stream/Makefile.am 2017-03-07 04:10:17 UTC (rev 2956)
@@ -10,6 +10,8 @@
AM_CPPFLAGS= \
-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/flb_libco \
-I$(top_srcdir)/src/lib \
-I$(top_srcdir)/src/lib/coil/include \
-I$(top_srcdir)/src/lib/rtm/idl
openrtm-commit メーリングリストの案内