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
106bfcae
Commit
106bfcae
authored
Jan 29, 2007
by
Jan Djärv
Browse files
Use a variable, XFT_LIBS, instead #define LIB_X11_LIB.
parent
4abaeb50
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
src/Makefile.in
src/Makefile.in
+3
-3
No files found.
src/Makefile.in
View file @
106bfcae
...
...
@@ -403,8 +403,8 @@ LIBXT=$(LIBW)
#endif /* not USE_X_TOOLKIT */
#if HAVE_XFT
#undef LIB_X11_LIB
#define LIB_X11
_LIB
@XFT_LIBS@
#undef LIB_X11_LIB
/* XFT_LIBS includes -lX11 */
XFT
_LIB
S
=
@XFT_LIBS@
"
#endif /* HAVE_XFT */
#if HAVE_XPM
...
...
@@ -451,7 +451,7 @@ LIBXT=$(LIBW)
/*
LD_SWITCH_X_DEFAULT
comes
after
everything
else
that
specifies
options
for
where
to
find
X
libraries,
but
before
those
libraries.
*/
X11_LDFLAGS
=
LD_SWITCH_X_SITE LD_SWITCH_X_DEFAULT
LIBX
=
$(LIBXMENU)
$(X11_LDFLAGS)
$(LIBXT)
LIBTIFF LIBJPEG LIBPNG LIBGIF LIBXPM LIB_X11_LIB LIBX11_MACHINE LIBX11_SYSTEM
LIBX
=
$(LIBXMENU)
$(X11_LDFLAGS)
$(LIBXT)
LIBTIFF LIBJPEG LIBPNG LIBGIF LIBXPM LIB_X11_LIB LIBX11_MACHINE LIBX11_SYSTEM
$(XFT_LIBS)
#else /* not HAVE_X11 */
LIBX
=
$(LIBXMENU)
LD_SWITCH_X_SITE -lX10 LIBX10_MACHINE LIBX10_SYSTEM
#endif /* not HAVE_X11 */
...
...
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