[openrtm-commit:01229] r2424 - branches/work_ForDoil/OpenRTM-aist/src/lib/doil/utils/omniidl_be/tests/unitTest/PortServiceServant

openrtm @ openrtm.org openrtm @ openrtm.org
2014年 2月 8日 (土) 22:54:53 JST


Author: win-ei
Date: 2014-02-08 22:54:53 +0900 (Sat, 08 Feb 2014)
New Revision: 2424

Modified:
   branches/work_ForDoil/OpenRTM-aist/src/lib/doil/utils/omniidl_be/tests/unitTest/PortServiceServant/Makefile.am
Log:
Added include paths.Added the library path of cppunit.

Modified: branches/work_ForDoil/OpenRTM-aist/src/lib/doil/utils/omniidl_be/tests/unitTest/PortServiceServant/Makefile.am
===================================================================
--- branches/work_ForDoil/OpenRTM-aist/src/lib/doil/utils/omniidl_be/tests/unitTest/PortServiceServant/Makefile.am	2014-02-08 13:43:05 UTC (rev 2423)
+++ branches/work_ForDoil/OpenRTM-aist/src/lib/doil/utils/omniidl_be/tests/unitTest/PortServiceServant/Makefile.am	2014-02-08 13:54:53 UTC (rev 2424)
@@ -20,14 +20,20 @@
 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../
+AM_CPPFLAGS += -I../../
+AM_CPPFLAGS += -I../../../../../../coil/posix
+AM_CPPFLAGS += -I../../../../../../
 
 AM_LDFLAGS = -L.
 AM_LDFLAGS += -L$(open_rtm_dir)/coil/lib
@@ -50,7 +56,7 @@
 PortServiceServantTests_LDADD  += -lomnithread
 PortServiceServantTests_LDADD  += -lomniDynamic4
 PortServiceServantTests_LDADD  += -lcoil
-#PortServiceServantTests_LDADD  += -lcppunit
+PortServiceServantTests_LDADD  += -lcppunit
 PortServiceServantTests_LDADD  += $(target_srcdir)/PortServiceServant.o
 PortServiceServantTests_LDADD  += $(target_srcdir)/RTCTypeConversion.o
 PortServiceServantTests_LDADD  += $(target_srcdir)/SDOPackageTypeConversion.o



More information about the openrtm-commit mailing list