summaryrefslogtreecommitdiffstats
path: root/Makefile.pre.in
diff options
context:
space:
mode:
authorTarek Ziadé <ziade.tarek@gmail.com>2010-04-03 08:46:49 (GMT)
committerTarek Ziadé <ziade.tarek@gmail.com>2010-04-03 08:46:49 (GMT)
commit03d788dc4d6d399ba1092da5895edd7e6900345a (patch)
tree59fbff74b18c9cda71b84c84ee1850bb52ea166f /Makefile.pre.in
parent1826c48d94ce1ec37cf03c2c65bb89818ec4aef0 (diff)
downloadcpython-03d788dc4d6d399ba1092da5895edd7e6900345a.zip
cpython-03d788dc4d6d399ba1092da5895edd7e6900345a.tar.gz
cpython-03d788dc4d6d399ba1092da5895edd7e6900345a.tar.bz2
Merged revisions 79652 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r79652 | tarek.ziade | 2010-04-03 10:37:59 +0200 (Sat, 03 Apr 2010) | 1 line Issue #1222585: Added LDCXXSHARED for C++ support ........
Diffstat (limited to 'Makefile.pre.in')
-rw-r--r--Makefile.pre.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in
index 80cb42e..898c4f0 100644
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -107,6 +107,7 @@ LIBP= $(LIBDIR)/python$(VERSION)
SO= @SO@
LDSHARED= @LDSHARED@
BLDSHARED= @BLDSHARED@
+LDCXXSHARED= @LDCXXSHARED@
DESTSHARED= $(BINLIBDEST)/lib-dynload
# Executable suffix (.exe on Windows and Mac OS X)