Re-Gloups

This commit is contained in:
Ludovic Jacomme 2002-04-11 15:06:17 +00:00
parent fe381bb653
commit 17d46d512b
1 changed files with 1 additions and 4 deletions

View File

@ -22,9 +22,6 @@ LIBXM = @XM_LIBS@
# X extension library; needed for Athena and Motif >= 2.0. (-lXext)
LIBXEXT = @XEXT_LIBS@
# Xpm library; needed for my tool and sometimes for Motif >= 2.0. (-lXpm)
LIBXPM = @XPM_LIBS@
# Xp library; sometimes needed for Motif >= 2.1. (-lXp)
LIBXP = @XP_LIBS@
@ -35,7 +32,7 @@ LIBXT = @XT_LIBS@
LIBX11 = @X_PRE_LIBS@ @X11_LIBS@ @X_EXTRA_LIBS@
# All libraries shown above
ALL_X_LIBS = $(X_LDFLAGS) $(LIBXM) $(LIBXT) $(LIBXPM) \
ALL_X_LIBS = $(X_LDFLAGS) $(LIBXM) $(LIBXT) \
$(LIBXP) $(LIBXEXT) $(LIBX11)