You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by js...@apache.org on 2006/09/16 02:27:41 UTC

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

Author: jsdelfino
Date: Fri Sep 15 17:27:40 2006
New Revision: 446793

URL: http://svn.apache.org/viewvc?view=rev&rev=446793
Log:
Adjusted Makefile.am to create a TuscanySCA.so link to libtuscany_sca_python to allow client python programs to do import TuscanySCA. Also added TuscanySCAProxy.py to the lib directory.

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=446793&r1=446792&r2=446793
==============================================================================
--- incubator/tuscany/cpp/sca/runtime/extensions/python/src/Makefile.am (original)
+++ incubator/tuscany/cpp/sca/runtime/extensions/python/src/Makefile.am Fri Sep 15 17:27:40 2006
@@ -1,5 +1,13 @@
 libdir=$(prefix)/extensions/python/lib
 lib_LTLIBRARIES = libtuscany_sca_python.la
+
+install-exec-hook:
+	cd $(libdir); ln -s -f libtuscany_sca_python.so TuscanySCA.so
+
+pydir=$(prefix)/extensions/python/lib
+py_DATA = tuscany/sca/python/TuscanySCAProxy.py
+EXTRA_DIST = tuscany/sca/python/TuscanySCAProxy.py
+
 includedir=$(prefix)/extensions/python/include
 nobase_include_HEADERS = \
 tuscany/sca/python/*.h \
@@ -11,6 +19,7 @@
 tuscany/sca/python/PythonInterfaceExtension.cpp \
 tuscany/sca/python/PythonServiceWrapper.cpp \
 tuscany/sca/python/PythonServiceProxy.cpp \
+tuscany/sca/python/TuscanySCAModule.cpp \
 tuscany/sca/python/model/PythonImplementation.cpp \
 tuscany/sca/python/model/PythonInterface.cpp \
 tuscany/sca/python/model/PythonReferenceBinding.cpp \



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