]> git.eshelyaron.com Git - emacs.git/commitdiff
(LIBXT): Add -lXext.
authorRoland McGrath <roland@gnu.org>
Fri, 18 Mar 1994 06:27:03 +0000 (06:27 +0000)
committerRoland McGrath <roland@gnu.org>
Fri, 18 Mar 1994 06:27:03 +0000 (06:27 +0000)
src/Makefile.in

index 46e29e432a4ba7b05a21d0533756d844ee69776e..e17befb645a42ce157a2bf77799369fb16a39ab3 100644 (file)
@@ -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