diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/Makefile.in b/src/Makefile.in index 49fcbe8508f..8dd211c0fa2 100644 --- a/src/Makefile.in +++ b/src/Makefile.in | |||
| @@ -402,6 +402,11 @@ LIBXT=$(LIBW) | |||
| 402 | #endif | 402 | #endif |
| 403 | #endif /* not USE_X_TOOLKIT */ | 403 | #endif /* not USE_X_TOOLKIT */ |
| 404 | 404 | ||
| 405 | #if HAVE_XFT | ||
| 406 | #undef LIB_X11_LIB | ||
| 407 | #define LIB_X11_LIB @XFT_LIBS@ | ||
| 408 | #endif /* HAVE_XFT */ | ||
| 409 | |||
| 405 | #if HAVE_XPM | 410 | #if HAVE_XPM |
| 406 | #ifndef LIBXPM | 411 | #ifndef LIBXPM |
| 407 | #define LIBXPM -lXpm | 412 | #define LIBXPM -lXpm |