aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorokan2011-03-22 10:47:59 +0000
committerokan2011-03-22 10:47:59 +0000
commitebcb441521708792051913bc8ce6b0891b402d77 (patch)
tree5658830b9a0c10d63979c3e41781a57d65805bef /Makefile
parent12e2dbd7e638ae41941668d15dbcebd11dee3e76 (diff)
downloadcwm-ebcb441521708792051913bc8ce6b0891b402d77.tar.gz
move the single keycode function directly into the menu code.
ok oga@
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 0bb596b..7e96979 100644
--- a/Makefile
+++ b/Makefile
@@ -1,11 +1,11 @@
-# $OpenBSD: Makefile,v 1.17 2011/03/08 20:48:59 matthieu Exp $
+# $OpenBSD: Makefile,v 1.18 2011/03/22 10:47:59 okan Exp $
.include <bsd.xconf.mk>
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}