summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authorokan <okan>2011-03-22 10:47:59 +0000
committerokan <okan>2011-03-22 10:47:59 +0000
commit00b502b1da59c43a82af9afb18f4e5cd0ea6f0c1 (patch)
treec27347e3b0567d5e25a0e51d5f5bd678a7e69496 /Makefile
parente03323d22e01f5cfd9ddf5997bfb2b01b6b0a1cc (diff)
downloadcwm-00b502b1da59c43a82af9afb18f4e5cd0ea6f0c1.tar.gz
cwm-00b502b1da59c43a82af9afb18f4e5cd0ea6f0c1.tar.xz
cwm-00b502b1da59c43a82af9afb18f4e5cd0ea6f0c1.zip
move the single keycode function directly into the menu code.
ok oga@
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7dc23b8..44c77f2 100644
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,7 @@
 PROG=		cwm
 
 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
 
 CPPFLAGS+=	-I${X11BASE}/include -I${X11BASE}/include/freetype2 -I${.CURDIR}