You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by ro...@apache.org on 2007/02/23 12:59:24 UTC

svn commit: r510918 - /incubator/tuscany/cpp/sca/runtime/extensions/python/src/Makefile.am

Author: robbinspg
Date: Fri Feb 23 03:59:23 2007
New Revision: 510918

URL: http://svn.apache.org/viewvc?view=rev&rev=510918
Log:
Fix symlink to Python extension

Modified:
    incubator/tuscany/cpp/sca/runtime/extensions/python/src/Makefile.am

Modified: incubator/tuscany/cpp/sca/runtime/extensions/python/src/Makefile.am
URL: http://svn.apache.org/viewvc/incubator/tuscany/cpp/sca/runtime/extensions/python/src/Makefile.am?view=diff&rev=510918&r1=510917&r2=510918
==============================================================================
--- incubator/tuscany/cpp/sca/runtime/extensions/python/src/Makefile.am (original)
+++ incubator/tuscany/cpp/sca/runtime/extensions/python/src/Makefile.am Fri Feb 23 03:59:23 2007
@@ -18,9 +18,6 @@
 libdir=$(prefix)/extensions/python/lib
 lib_LTLIBRARIES = libtuscany_sca_python.la
 
-install-exec-hook:
-	cd $(libdir); ln -s -f libtuscany_sca_python$(libsuffix) sca.so
-
 pydir=$(prefix)/extensions/python/lib
 py_DATA = tuscany/sca/python/sca_proxy.py
 EXTRA_DIST = tuscany/sca/python/sca_proxy.py
@@ -64,4 +61,6 @@
 install-exec-hook:
 	test -z $(moduledir) || $(mkdir_p) $(moduledir);
 	-rm -f  $(moduledir)/$(extension)
-	$(LN_S) $(libdir)/$(extension) $(moduledir)/$(extension)
\ No newline at end of file
+	$(LN_S) $(libdir)/$(extension) $(moduledir)/$(extension)
+	-rm -f  $(libdir)/sca.so
+	$(LN_S) $(libdir)/libtuscany_sca_python$(libsuffix) $(libdir)/sca.so
\ No newline at end of file



---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-commits-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-commits-help@ws.apache.org