diff options
author | okan <okan> | 2008-06-14 21:48:54 +0000 |
---|---|---|
committer | okan <okan> | 2008-06-14 21:48:54 +0000 |
commit | bdcbbe7f53ce140df98f06a31dfe5cb19a40d708 (patch) | |
tree | 58a64d48acdfbaca8ec894b89909da5c6d8880f1 /Makefile | |
parent | b4ae492b7ba7bf40147c1ad4b8d036aa32053f58 (diff) | |
download | cwm-bdcbbe7f53ce140df98f06a31dfe5cb19a40d708.tar.gz cwm-bdcbbe7f53ce140df98f06a31dfe5cb19a40d708.tar.xz cwm-bdcbbe7f53ce140df98f06a31dfe5cb19a40d708.zip |
confable menu and window mouse bindings from rivo nurges (thanks!) with
some minor fixups, man page bits and knf. ok oga@
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile index b0be0e4..00b4aca 100644 --- a/Makefile +++ b/Makefile @@ -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} |