summaryrefslogtreecommitdiff
path: root/python3
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-04-18 23:07:17 +0200
committerMichael Stahl <mstahl@redhat.com>2013-04-19 00:30:13 +0200
commit748f3ea41f59fd07494be7bf65446163e98fe2ce (patch)
treeba2890bb0dc3e8d4f0f82fc52d47668ce10b3fc1 /python3
parent3094d72d792ed12b48f86eaade9286cefaacd177 (diff)
python3: deliver the GDB python support script
Change-Id: I3abbc36198719fc118404bfcc039fdf3397e324e
Diffstat (limited to 'python3')
-rw-r--r--python3/ExternalPackage_python3.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/python3/ExternalPackage_python3.mk b/python3/ExternalPackage_python3.mk
index 16e270b33d27..4f9c8335a844 100644
--- a/python3/ExternalPackage_python3.mk
+++ b/python3/ExternalPackage_python3.mk
@@ -46,6 +46,7 @@ else
$(eval $(call gb_ExternalPackage_add_file,python3,bin/python,python))
$(eval $(call gb_ExternalPackage_add_file,python3,lib/libpython$(PYTHON_VERSION_MAJOR).so,libpython$(PYTHON_VERSION_MAJOR).so))
$(eval $(call gb_ExternalPackage_add_file,python3,lib/libpython$(PYTHON_VERSION_MAJOR).$(PYTHON_VERSION_MINOR)m.so,libpython$(PYTHON_VERSION_MAJOR).$(PYTHON_VERSION_MINOR)m.so))
+$(eval $(call gb_ExternalPackage_add_file,python3,lib/libpython$(PYTHON_VERSION_MAJOR).$(PYTHON_VERSION_MINOR)m.so-gdb.py,Tools/gdb/libpython.py))
# versioned lib/libpython3.3m.so.1.0 appears to be unnecessary?
# Unfortunately the python build system does not allow to explicitly enable or