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
d098199e
Commit
d098199e
authored
Dec 24, 1995
by
Richard M. Stallman
Browse files
(LIBXT): Use DYNAMIC_OPTION too.
parent
2ab13941
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/Makefile.in
src/Makefile.in
+1
-1
No files found.
src/Makefile.in
View file @
d098199e
...
...
@@ -345,7 +345,7 @@ LIBXTR6 = -lSM -lICE
/* We assume the config files have defined STATIC_OPTION
since that might depend on the operating system.
(Don'
t
forget
you
need
different
definitions
with
and
without
__GNUC__.)
*/
LIBXT
=
STATIC_OPTION
$(LIBW)
LIBXMU
-lXt
$(LIBXTR6)
-lXext
STAT
IC_OPTION
LIBXT
=
STATIC_OPTION
$(LIBW)
LIBXMU
-lXt
$(LIBXTR6)
-lXext
DYNAM
IC_OPTION
#else /* not LIBXT_STATIC */
LIBXT
=
$(LIBW)
LIBXMU
-lXt
$(LIBXTR6)
-lXext
#endif /* not LIBXT_STATIC */
...
...
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