aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRoland McGrath1994-03-18 06:27:03 +0000
committerRoland McGrath1994-03-18 06:27:03 +0000
commitac4c3d0c7bb96181a93bdf7d4bf316372775cc43 (patch)
treeeb8fab9d09c8c84ccd1bf98f2e3f06c89b784ea5 /src
parent846731a5dba9d1ca59473d63fa6ea7a917ba7788 (diff)
downloademacs-ac4c3d0c7bb96181a93bdf7d4bf316372775cc43.tar.gz
emacs-ac4c3d0c7bb96181a93bdf7d4bf316372775cc43.zip
(LIBXT): Add -lXext.
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