diff options
author | Okan Demirmen <okan@cvs.openbsd.org> | 2008-06-14 21:48:55 +0000 |
---|---|---|
committer | Okan Demirmen <okan@cvs.openbsd.org> | 2008-06-14 21:48:55 +0000 |
commit | 96d8374599b2da907e83e72675c75934b48dc831 (patch) | |
tree | 7b34891dd0661007d3f5013651b9a6b044ae063c /app/cwm/Makefile | |
parent | 264cf312e0ae1c07b82a71e2ed0b65731f5c05a8 (diff) |
confable menu and window mouse bindings from rivo nurges (thanks!) with
some minor fixups, man page bits and knf.
ok oga@
Diffstat (limited to 'app/cwm/Makefile')
-rw-r--r-- | app/cwm/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/cwm/Makefile b/app/cwm/Makefile index 2fb5f2eaf..ba7ef3035 100644 --- a/app/cwm/Makefile +++ b/app/cwm/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.7 2008/05/20 14:50:51 oga Exp $ +# $OpenBSD: Makefile,v 1.8 2008/06/14 21:48:54 okan Exp $ .include <bsd.xconf.mk> @@ -6,7 +6,7 @@ PROG= cwm SRCS= calmwm.c screen.c xmalloc.c client.c grab.c menu.c \ search.c util.c xutil.c conf.c input.c xevents.c group.c \ - kbfunc.c font.c parse.y + kbfunc.c mousefunc.c font.c parse.y CPPFLAGS+= -I${X11BASE}/include -I${X11BASE}/include/freetype2 -I${.CURDIR} |