From: Roland McGrath Date: Fri, 18 Mar 1994 06:27:03 +0000 (+0000) Subject: (LIBXT): Add -lXext. X-Git-Tag: emacs-19.34~9449 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ac4c3d0c7bb96181a93bdf7d4bf316372775cc43;p=emacs.git (LIBXT): Add -lXext. --- 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= #endif /* not HAVE_X_MENU */ #ifdef USE_X_TOOLKIT -LIBXT= -lXaw -lXt -lXmu +LIBXT= -lXaw -lXt -lXmu -lXext #else LIBXT= #endif