Changed order for X-flags. I think @X_PRE_LIBS@ has to be after -lXt.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@156 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1995-10-18 01:36:22 +00:00
parent cd1a015c4d
commit e87e5106ad

View File

@@ -4,7 +4,7 @@ srcdir = @srcdir@
VPATH = @srcdir@
XINCS = @X_CFLAGS@
XLIBS = @X_LIBS@ @X_PRE_LIBS@ -lXt -lX11 @X_EXTRA_LIBS@
XLIBS = @X_LIBS@ -lXt @X_PRE_LIBS@ -lX11 @X_EXTRA_LIBS@
CC = @CC@
RANLIB = @RANLIB@