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
2790bdd8
Commit
2790bdd8
authored
Aug 22, 1997
by
Richard M. Stallman
Browse files
(LIB_MOTIF_EXTRA): New variable.
(LIBW): Use LIB_MOTIF_EXTRA.
parent
46266d2b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
2 deletions
+7
-2
src/Makefile.in
src/Makefile.in
+7
-2
No files found.
src/Makefile.in
View file @
2790bdd8
...
...
@@ -331,10 +331,15 @@ LIBXMENU=
LIBW
=
-lXaw
#endif
#ifdef MOTIF
#ifdef HAVE_MOTIF_2_1
#define LIB_MOTIF_EXTRA -lXp
#else
#define LIB_MOTIF_EXTRA
#endif
#ifdef LIB_MOTIF
LIBW
=
LIB_MOTIF
LIBW
=
LIB_MOTIF
LIB_MOTIF_EXTRA
#else
LIBW
=
-lXm
LIBW
=
-lXm
LIB_MOTIF_EXTRA
#endif
#endif
#ifdef OPEN_LOOK
...
...
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