summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authorChristian Neukirchen <chneukirchen@gmail.com>2010-12-24 23:42:39 +0100
committerChristian Neukirchen <chneukirchen@gmail.com>2010-12-24 23:42:39 +0100
commit5bc15cdb5854b5a3409b36089ab4dd6a27c73f8d (patch)
treef6ba68e6ba69b07e8fcb6f75fc2a253791286a1d /Makefile
parent10622cf40dea80bd151227642d89cf536a3e2dbf (diff)
parentcd23316a72b1549ba0cd6941ee2472f420c75c75 (diff)
downloadcwm-5bc15cdb5854b5a3409b36089ab4dd6a27c73f8d.tar.gz
cwm-5bc15cdb5854b5a3409b36089ab4dd6a27c73f8d.tar.xz
cwm-5bc15cdb5854b5a3409b36089ab4dd6a27c73f8d.zip
cvsimport
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a90b4b3..cf49c4a 100644
--- a/Makefile
+++ b/Makefile
@@ -21,7 +21,7 @@ CPPFLAGS+=	-I${X11BASE}/include -I${X11BASE}/include/freetype2 -I.
 
 CFLAGS+=	-Wall -O2 -g
 
-LDADD+=		-L${X11BASE}/lib -lXft -lXrender -lX11 -lXau -lXdmcp \
+LDADD+=		-L${X11BASE}/lib -lXft -lXrender -lX11 ${LIBXCB} -lXau -lXdmcp \
 		-lfontconfig -lexpat -lfreetype -lz -lXinerama -lXrandr -lXext
 
 MANDIR=		${X11BASE}/man/cat