summaryrefslogtreecommitdiffstats
path: root/cpp/sca/runtime/extensions/python
diff options
context:
space:
mode:
authorjsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68>2009-09-06 01:43:25 +0000
committerjsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68>2009-09-06 01:43:25 +0000
commitb536cddde8a421788543a8290b944c6271e63b3f (patch)
treea20cdf7b910b45271ed61f41f9f7fcc92ab402f6 /cpp/sca/runtime/extensions/python
parent30e4f86386d9cc642952228105f023bef2fc1cd8 (diff)
Moved configuration of CXXFLAGS compile options to configure.ac script to make them consistent across the project. Increased warning level and enabled support for debug and profiling.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@811742 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/sca/runtime/extensions/python')
-rw-r--r--cpp/sca/runtime/extensions/python/src/Makefile.am5
1 files changed, 1 insertions, 4 deletions
diff --git a/cpp/sca/runtime/extensions/python/src/Makefile.am b/cpp/sca/runtime/extensions/python/src/Makefile.am
index ec81dd5840..15d75f8c42 100644
--- a/cpp/sca/runtime/extensions/python/src/Makefile.am
+++ b/cpp/sca/runtime/extensions/python/src/Makefile.am
@@ -52,9 +52,6 @@ INCLUDES = -Imodel -I$(top_builddir)/runtime/core/src \
-I${TUSCANY_SDOCPP}/include \
-I${PYTHON_INCLUDE}
-AM_CPPFLAGS = $(CPPFLAGS) -D_DEBUG
-
-
moduledir=$(prefix)/extensions/python/module
extension = libtuscany_sca_python$(libsuffix)
@@ -63,4 +60,4 @@ install-exec-hook:
-rm -f $(moduledir)/$(extension)
$(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
+ $(LN_S) $(libdir)/libtuscany_sca_python$(libsuffix) $(libdir)/sca.so