[openrtm-commit:00544] r2262 -	branches/RELENG_1_0/OpenRTM-aist/src/lib/rtm
    openrtm @ openrtm.org
    openrtm @ openrtm.org
       
    2012年 1月  5日 (木) 00:08:16 JST
    
    
  
Author: n-ando
Date: 2012-01-05 00:08:16 +0900 (Thu, 05 Jan 2012)
New Revision: 2262
Modified:
   branches/RELENG_1_0/OpenRTM-aist/src/lib/rtm/Makefile.am
Log:
install hook was added for lib compatibility
Modified: branches/RELENG_1_0/OpenRTM-aist/src/lib/rtm/Makefile.am
===================================================================
--- branches/RELENG_1_0/OpenRTM-aist/src/lib/rtm/Makefile.am	2012-01-04 15:07:37 UTC (rev 2261)
+++ branches/RELENG_1_0/OpenRTM-aist/src/lib/rtm/Makefile.am	2012-01-04 15:08:16 UTC (rev 2262)
@@ -108,6 +108,9 @@
 	-release $(PACKAGE_VERSION) \
 	-version-info 0:4:0
 
+install-exec-hook:
+	(cd $(DESTDIR)$(libdir); ln -s libRTC-1.0.2.so.0 libRTC-1.0.0.so.0)
+	(cd $(DESTDIR)$(libdir); ln -s libRTC-1.0.2.so.0 libRTC-1.0.so.0)
 
 rtmheaderdir = $(prefix)/include/rtm
 
    
    
openrtm-commit メーリングリストの案内