aboutsummaryrefslogtreecommitdiff
path: root/gdb/configure.in
diff options
context:
space:
mode:
authorMichael Meissner <gnu@the-meissners.org>1997-11-27 15:13:14 +0000
committerMichael Meissner <gnu@the-meissners.org>1997-11-27 15:13:14 +0000
commit8d21d88c08f948f9f805afb7e6ca0c4259bedebe (patch)
tree788c48e2951b20bb8021461d77bccf08c3aabd7d /gdb/configure.in
parentb2b1c5da2e1bb2cd869a7e416df9dc35b9453d4f (diff)
downloadgdb-8d21d88c08f948f9f805afb7e6ca0c4259bedebe.zip
gdb-8d21d88c08f948f9f805afb7e6ca0c4259bedebe.tar.gz
gdb-8d21d88c08f948f9f805afb7e6ca0c4259bedebe.tar.bz2
Add tracepoint.o to gdbtk builds
Diffstat (limited to 'gdb/configure.in')
-rw-r--r--gdb/configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/configure.in b/gdb/configure.in
index 83a65c6..6fb63ea 100644
--- a/gdb/configure.in
+++ b/gdb/configure.in
@@ -361,7 +361,7 @@ if test "${enable_gdbtk}" = "yes"; then
# TK_LIBS is the list of libraries that need to be linked
# after Tcl/Tk.
LIBS="${LIBS} ${TCL_LIBS} ${TK_LIBS}"
- CONFIG_OBS="${CONFIG_OBS} gdbtk.o"
+ CONFIG_OBS="${CONFIG_OBS} gdbtk.o tracepoint.o"
if test x$gdb_cv_os_cygwin32 = xyes; then
WIN32LIBS="${WIN32LIBS} -lshell32 -lgdi32 -lcomdlg32 -ladvapi32 -luser32"