summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authorChristian Neukirchen <chneukirchen@gmail.com>2011-05-03 19:28:18 +0200
committerChristian Neukirchen <chneukirchen@gmail.com>2011-05-03 19:28:18 +0200
commit2bac9a6be91b94b9ca532ee042f62c09d05d858b (patch)
treea8ecb8c1cd25fd736e4ef7766dd20a17d702d648 /Makefile
parent9eaece054187bb96eff62ccf9e169e68f09e9128 (diff)
parent349b3295b8791fd08fbf1307576fe8ecd2c3f374 (diff)
downloadcwm-2bac9a6be91b94b9ca532ee042f62c09d05d858b.tar.gz
cwm-2bac9a6be91b94b9ca532ee042f62c09d05d858b.tar.xz
cwm-2bac9a6be91b94b9ca532ee042f62c09d05d858b.zip
cvsimport
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index cf49c4a..c3efedb 100644
--- a/Makefile
+++ b/Makefile
@@ -7,11 +7,11 @@ PROG=		cwm
 BINDIR=		/usr/bin
 
 SRCS=		calmwm.c screen.c xmalloc.c client.c menu.c \
-		search.c util.c xutil.c conf.c input.c xevents.c group.c \
+		search.c util.c xutil.c conf.c xevents.c group.c \
 		kbfunc.c mousefunc.c font.c parse.y
 
 OBJS=		calmwm.o screen.o xmalloc.o client.o menu.o \
-		search.o util.o xutil.o conf.o input.o xevents.o group.o \
+		search.o util.o xutil.o conf.o xevents.o group.o \
 		kbfunc.o mousefunc.o font.o strlcpy.o strlcat.o y.tab.o \
 		strtonum.o fgetln.o
 
@@ -21,7 +21,7 @@ CPPFLAGS+=	-I${X11BASE}/include -I${X11BASE}/include/freetype2 -I.
 
 CFLAGS+=	-Wall -O2 -g
 
-LDADD+=		-L${X11BASE}/lib -lXft -lXrender -lX11 ${LIBXCB} -lXau -lXdmcp \
+LDADD+=		-L${X11BASE}/lib -lXft -lXrender -lX11 -lxcb -lXau -lXdmcp \
 		-lfontconfig -lexpat -lfreetype -lz -lXinerama -lXrandr -lXext
 
 MANDIR=		${X11BASE}/man/cat