[openrtm-commit:00555] r2267 - tags/RELEASE_1_0_2/OpenRTM-aist/src/lib/rtm
openrtm @ openrtm.org
openrtm @ openrtm.org
2012年 1月 6日 (金) 16:14:39 JST
Author: kurihara
Date: 2012-01-06 16:14:38 +0900 (Fri, 06 Jan 2012)
New Revision: 2267
Modified:
tags/RELEASE_1_0_2/OpenRTM-aist/src/lib/rtm/Makefile.am
Log:
Added the deletion handling of symbolic link at the time of the uninstallation.
Modified: tags/RELEASE_1_0_2/OpenRTM-aist/src/lib/rtm/Makefile.am
===================================================================
--- tags/RELEASE_1_0_2/OpenRTM-aist/src/lib/rtm/Makefile.am 2012-01-05 09:28:40 UTC (rev 2266)
+++ tags/RELEASE_1_0_2/OpenRTM-aist/src/lib/rtm/Makefile.am 2012-01-06 07:14:38 UTC (rev 2267)
@@ -112,6 +112,11 @@
(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)
+uninstall-hook:
+ rm -f $(DESTDIR)$(libdir)/libRTC-1.0.0.so.0
+ rm -f $(DESTDIR)$(libdir)/libRTC-1.0.so.0
+
+
rtmheaderdir = $(prefix)/include/rtm
rtmheader_HEADERS = \
openrtm-commit メーリングリストの案内