* src/Makefile.in (LIBXT): Always define.
This commit is contained in:
parent
1dea46ded2
commit
676b630493
2 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2010-05-16 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* Makefile.in (LIBXT): Always define.
|
||||
|
||||
2010-05-15 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* Makefile.in (OLDXMENU, LIBXMENU, LIBX_OTHER): Always define.
|
||||
|
|
|
@ -187,6 +187,9 @@ XOBJ=@XOBJ@
|
|||
|
||||
TOOLKIT_LIBW=@TOOLKIT_LIBW@
|
||||
|
||||
## Only used if HAVE_X11, in LIBX_OTHER.
|
||||
LIBXT=$(TOOLKIT_LIBW) $(LIBXT_OTHER)
|
||||
|
||||
LIBSOUND= @LIBSOUND@
|
||||
CFLAGS_SOUND= @CFLAGS_SOUND@
|
||||
|
||||
|
@ -305,7 +308,6 @@ ALL_OBJC_CFLAGS=$(ALL_CFLAGS) $(GNU_OBJC_CFLAGS)
|
|||
$(CC) -c $(CPPFLAGS) $(ALL_OBJC_CFLAGS) $<
|
||||
|
||||
#ifdef HAVE_X_WINDOWS
|
||||
LIBXT=$(TOOLKIT_LIBW) $(LIBXT_OTHER)
|
||||
LIBX_BASE=$(LIBXMENU) $(LD_SWITCH_X_SITE)
|
||||
#endif /* HAVE_X_WINDOWS */
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue