aboutsummaryrefslogtreecommitdiff
path: root/gdb/configure.ac
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2010-08-18 22:57:46 +0000
committerTom Tromey <tromey@redhat.com>2010-08-18 22:57:46 +0000
commit94f7449c81d5c951656b38b29690c0b54fd6460e (patch)
tree4f448daaa4f65c0fc5e861fe699e661dd29ac37e /gdb/configure.ac
parent9f2670f27b3d38d9faba9388a5fe6ccafaae9864 (diff)
downloadgdb-94f7449c81d5c951656b38b29690c0b54fd6460e.zip
gdb-94f7449c81d5c951656b38b29690c0b54fd6460e.tar.gz
gdb-94f7449c81d5c951656b38b29690c0b54fd6460e.tar.bz2
PR python/11900:
* configure: Rebuild. * configure.ac: Add install-python to CONFIG_INSTALL. * Makefile.in (install-python): New.
Diffstat (limited to 'gdb/configure.ac')
-rw-r--r--gdb/configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/configure.ac b/gdb/configure.ac
index 9595dae..4b779aa 100644
--- a/gdb/configure.ac
+++ b/gdb/configure.ac
@@ -832,6 +832,7 @@ if test "${have_libpython}" != no; then
CONFIG_OBS="$CONFIG_OBS \$(SUBDIR_PYTHON_OBS)"
CONFIG_DEPS="$CONFIG_DEPS \$(SUBDIR_PYTHON_DEPS)"
CONFIG_SRCS="$CONFIG_SRCS \$(SUBDIR_PYTHON_SRCS)"
+ CONFIG_INSTALL="$CONFIG_INSTALL install-python"
ENABLE_CFLAGS="$ENABLE_CFLAGS \$(SUBDIR_PYTHON_CFLAGS)"
# Flags needed to compile Python code (taken from python-config --cflags).