diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile.in | 2 |
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 |
| 292 | LIBXT= -lXaw -lXt -lXmu | 292 | LIBXT= -lXaw -lXt -lXmu -lXext |
| 293 | #else | 293 | #else |
| 294 | LIBXT= | 294 | LIBXT= |
| 295 | #endif | 295 | #endif |