[openrtm-commit:01247] r2442 - branches/work_ForDoil/OpenRTM-aist/src/lib/doil/utils/omniidl_be/tests/unitTest/DataFlowComponentActionServant
openrtm @ openrtm.org
openrtm @ openrtm.org
2014年 2月 12日 (水) 09:25:30 JST
Author: win-ei
Date: 2014-02-12 09:25:30 +0900 (Wed, 12 Feb 2014)
New Revision: 2442
Modified:
branches/work_ForDoil/OpenRTM-aist/src/lib/doil/utils/omniidl_be/tests/unitTest/DataFlowComponentActionServant/Makefile.am
Log:
Daily work.
Modified: branches/work_ForDoil/OpenRTM-aist/src/lib/doil/utils/omniidl_be/tests/unitTest/DataFlowComponentActionServant/Makefile.am
===================================================================
--- branches/work_ForDoil/OpenRTM-aist/src/lib/doil/utils/omniidl_be/tests/unitTest/DataFlowComponentActionServant/Makefile.am 2014-02-12 00:16:20 UTC (rev 2441)
+++ branches/work_ForDoil/OpenRTM-aist/src/lib/doil/utils/omniidl_be/tests/unitTest/DataFlowComponentActionServant/Makefile.am 2014-02-12 00:25:30 UTC (rev 2442)
@@ -20,14 +20,17 @@
IDLFLAGS = @IDL_FLAGS@
LIBS = @LIBS@
-open_rtm_dir = $(top_builddir)/../../../../..
-target_srcdir = $(top_builddir)/..
+#open_rtm_dir = $(top_builddir)/../../../../..
+open_rtm_dir = ../../../../../..
+#target_srcdir = $(top_builddir)/..
+target_srcdir = ../..
AM_CPPFLAGS = -I.
AM_CPPFLAGS += -I$(includedir)
AM_CPPFLAGS += -I$(target_srcdir)
AM_CPPFLAGS += -I$(open_rtm_dir)
AM_CPPFLAGS += -I$(open_rtm_dir)/rtc/corba/idl
+AM_CPPFLAGS += -I../../../../../../coil/posix
AM_LDFLAGS = -L.
AM_LDFLAGS += -L$(open_rtm_dir)/coil/lib
@@ -50,7 +53,7 @@
DataFlowComponentActionServantTests_LDADD += -lomnithread
DataFlowComponentActionServantTests_LDADD += -lomniDynamic4
DataFlowComponentActionServantTests_LDADD += -lcoil
-#DataFlowComponentActionServantTests_LDADD += -lcppunit
+DataFlowComponentActionServantTests_LDADD += -lcppunit
DataFlowComponentActionServantTests_LDADD += $(target_srcdir)/DataFlowComponentActionServant.o
DataFlowComponentActionServantTests_LDADD += $(target_srcdir)/RTCTypeConversion.o
DataFlowComponentActionServantTests_LDADD += $(target_srcdir)/SDOPackageTypeConversion.o
More information about the openrtm-commit
mailing list