diff options
author | okan | 2011-03-22 10:47:59 +0000 |
---|---|---|
committer | okan | 2011-03-22 10:47:59 +0000 |
commit | ebcb441521708792051913bc8ce6b0891b402d77 (patch) | |
tree | 5658830b9a0c10d63979c3e41781a57d65805bef /Makefile | |
parent | 12e2dbd7e638ae41941668d15dbcebd11dee3e76 (diff) | |
download | cwm-ebcb441521708792051913bc8ce6b0891b402d77.tar.gz |
move the single keycode function directly into the menu code.
ok oga@
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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} |