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
8a95f0e7
Commit
8a95f0e7
authored
May 15, 2010
by
Glenn Morris
Browse files
* src/Makefile.in (LIBX_OTHER): Move out of cpp section.
parent
676b6304
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
3 deletions
+5
-3
src/ChangeLog
src/ChangeLog
+2
-0
src/Makefile.in
src/Makefile.in
+3
-3
No files found.
src/ChangeLog
View file @
8a95f0e7
2010-05-16 Glenn Morris <rgm@gnu.org>
* Makefile.in (LIBX_OTHER): Move out of cpp section.
* Makefile.in (LIBXT): Always define.
2010-05-15 Glenn Morris <rgm@gnu.org>
...
...
src/Makefile.in
View file @
8a95f0e7
...
...
@@ -190,6 +190,9 @@ TOOLKIT_LIBW=@TOOLKIT_LIBW@
## Only used if HAVE_X11, in LIBX_OTHER.
LIBXT
=
$(TOOLKIT_LIBW)
$(LIBXT_OTHER)
## If HAVE_X11, $(LIBXT) $(LIBX_EXTRA), else empty.
LIBX_OTHER
=
@LIBX_OTHER@
LIBSOUND
=
@LIBSOUND@
CFLAGS_SOUND
=
@CFLAGS_SOUND@
...
...
@@ -311,9 +314,6 @@ ALL_OBJC_CFLAGS=$(ALL_CFLAGS) $(GNU_OBJC_CFLAGS)
LIBX_BASE
=
$(LIBXMENU)
$(LD_SWITCH_X_SITE)
#endif /* HAVE_X_WINDOWS */
/*
If
HAVE_X11,
$(LIBXT)
$(LIBX_EXTRA),
else
empty.
*/
LIBX_OTHER
=
@LIBX_OTHER@
/*
A
macro
which
other
sections
of
Makefile
can
redefine
to
munge
the
flags
before
they
are
passed
to
LD.
This
is
helpful
if
you
have
redefined
LD
to
something
odd,
like
"gcc"
.
...
...
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