summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authortodd <todd>2009-01-19 20:23:19 +0000
committertodd <todd>2009-01-19 20:23:19 +0000
commit0548673f2f9c0cc89c85bb5789d111dabf1faa67 (patch)
tree98b60a423366398c1dd894a1b001667af6544550 /Makefile
parentbd4c4d7734207c59fc0459fbf2832c2df3d15b54 (diff)
downloadcwm-0548673f2f9c0cc89c85bb5789d111dabf1faa67.tar.gz
cwm-0548673f2f9c0cc89c85bb5789d111dabf1faa67.tar.xz
cwm-0548673f2f9c0cc89c85bb5789d111dabf1faa67.zip
library dependency ordering matters for static archs, -lXext last in this case
from matthieu@, verified on vax
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 2022dd1..1576e77 100644
--- a/Makefile
+++ b/Makefile
@@ -12,8 +12,8 @@ CPPFLAGS+=	-I${X11BASE}/include -I${X11BASE}/include/freetype2 -I${.CURDIR}
 
 CFLAGS+=	-Wall
 
-LDADD+=		-L${X11BASE}/lib -lXft -lXrender -lX11 -lXau -lXdmcp -lXext \
-		-lfontconfig -lexpat -lfreetype -lz -lXinerama -lXrandr
+LDADD+=		-L${X11BASE}/lib -lXft -lXrender -lX11 -lXau -lXdmcp \
+		-lfontconfig -lexpat -lfreetype -lz -lXinerama -lXrandr -lXext
 
 MANDIR=		${X11BASE}/man/cat
 MAN=		cwm.1 cwmrc.5