aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.in b/src/Makefile.in
index 46e29e432a4..e17befb645a 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -289,7 +289,7 @@ LIBXMENU=
289#endif /* not HAVE_X_MENU */ 289#endif /* not HAVE_X_MENU */
290 290
291#ifdef USE_X_TOOLKIT 291#ifdef USE_X_TOOLKIT
292LIBXT= -lXaw -lXt -lXmu 292LIBXT= -lXaw -lXt -lXmu -lXext
293#else 293#else
294LIBXT= 294LIBXT=
295#endif 295#endif