Add tracepoint.o to gdbtk builds

This commit is contained in:
Michael Meissner
1997-11-27 15:13:14 +00:00
parent b2b1c5da2e
commit 8d21d88c08
5 changed files with 17 additions and 4 deletions

2
gdb/configure vendored
View File

@@ -3105,7 +3105,7 @@ fi
# 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"