mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-11 05:51:21 -08:00
(LIB_MOTIF_EXTRA): New variable.
(LIBW): Use LIB_MOTIF_EXTRA.
This commit is contained in:
parent
46266d2bb7
commit
2790bdd8c8
1 changed files with 8 additions and 3 deletions
|
|
@ -331,10 +331,15 @@ LIBXMENU=
|
|||
LIBW= -lXaw
|
||||
#endif
|
||||
#ifdef MOTIF
|
||||
#ifdef LIB_MOTIF
|
||||
LIBW= LIB_MOTIF
|
||||
#ifdef HAVE_MOTIF_2_1
|
||||
#define LIB_MOTIF_EXTRA -lXp
|
||||
#else
|
||||
LIBW= -lXm
|
||||
#define LIB_MOTIF_EXTRA
|
||||
#endif
|
||||
#ifdef LIB_MOTIF
|
||||
LIBW= LIB_MOTIF LIB_MOTIF_EXTRA
|
||||
#else
|
||||
LIBW= -lXm LIB_MOTIF_EXTRA
|
||||
#endif
|
||||
#endif
|
||||
#ifdef OPEN_LOOK
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue