diff options
author | Ian Lance Taylor <ian@airs.com> | 1997-12-16 14:38:16 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1997-12-16 14:38:16 +0000 |
commit | 67ae6381f5280445fdd59ef64dc30a68071afeb0 (patch) | |
tree | 7a29a4d5959694f0eee8e29d2264b41e52e1fca9 /configure.in | |
parent | 3da7442d168b7d5735eba68d62631f130e797ce4 (diff) | |
download | gdb-67ae6381f5280445fdd59ef64dc30a68071afeb0.zip gdb-67ae6381f5280445fdd59ef64dc30a68071afeb0.tar.gz gdb-67ae6381f5280445fdd59ef64dc30a68071afeb0.tar.bz2 |
* Makefile.in: Add libgui directory.
(GDB_TK): Add all-libgui.
* configure.in: Add libgui directory.
* configure: Add all-libgui to GDB_TK.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in index a839616..9621f3d 100644 --- a/configure.in +++ b/configure.in @@ -41,7 +41,7 @@ # these libraries are used by various programs built for the host environment # -host_libs="mmalloc libiberty opcodes bfd readline gash db tcl tk tclX itcl tix libide" +host_libs="mmalloc libiberty opcodes bfd readline gash db tcl tk tclX itcl tix libgui libide" if [ "${enable_gdbgui}" = "yes" ] ; then host_libs="${host_libs} libgui" @@ -232,7 +232,7 @@ case ${with_x} in yes | "") # the default value for this tree is that X11 is available ;; no) - skipdirs="${skipdirs} libide tk gash" + skipdirs="${skipdirs} tk libgui libide gash" # start-sanitize-ide skipdirs="${skipdirs} vmake jstools" # end-sanitize-ide |