From 2c9e3c696dcb4bd2d5b1a30e8a7fecba770244c4 Mon Sep 17 00:00:00 2001 From: Joel Brobecker Date: Thu, 10 Sep 2009 03:59:37 +0000 Subject: * configure.ac: Fix the names of the python source and object files following the renaming done in an earlier change. * configure: Regenerate. --- gdb/configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gdb/configure.ac') diff --git a/gdb/configure.ac b/gdb/configure.ac index aa0bf753e00..b31d9b70de7 100644 --- a/gdb/configure.ac +++ b/gdb/configure.ac @@ -683,8 +683,8 @@ if test "${have_libpython}" = yes; then else # Even if Python support is not compiled in, we need to have these files # included in order to recognize the GDB command "python". - CONFIG_OBS="$CONFIG_OBS python.o python-value.o python-prettyprint.o" - CONFIG_SRCS="$CONFIG_SRCS python/python.c python/python-value.c python/python-prettyprint.c" + CONFIG_OBS="$CONFIG_OBS python.o py-value.o py-prettyprint.o" + CONFIG_SRCS="$CONFIG_SRCS python/python.c python/py-value.c python/py-prettyprint.c" fi AC_SUBST(PYTHON_CFLAGS) -- cgit v1.2.1