Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
a0efd887
Commit
a0efd887
authored
Oct 01, 1994
by
Richard M. Stallman
Browse files
(LIBXTR6): If NEED_LIBW, add -lw.
parent
d848c520
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
src/Makefile.in
src/Makefile.in
+4
-0
No files found.
src/Makefile.in
View file @
a0efd887
...
...
@@ -322,8 +322,12 @@ LIBW= -lXol
#endif
#ifdef HAVE_X11XTR6
#ifdef NEED_LIBW
LIBXTR6 = -lSM -lICE -lw
#else
LIBXTR6 = -lSM -lICE
#endif
#endif
LIBXT= $(LIBW) -lXmu -lXt $(LIBXTR6) -lXext
#else
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment