diff options
author | oga <oga> | 2008-01-08 20:21:43 +0000 |
---|---|---|
committer | oga <oga> | 2008-01-08 20:21:43 +0000 |
commit | 3de5c68888ab62ceabfe7f435cc300d8c7725075 (patch) | |
tree | 16ae4db2b82b4ce128fa21ef9fbb27e320b376ed /Makefile | |
parent | 160d6aa910416ac7393876f6330b0a34371f7d69 (diff) | |
download | cwm-3de5c68888ab62ceabfe7f435cc300d8c7725075.tar.gz cwm-3de5c68888ab62ceabfe7f435cc300d8c7725075.tar.xz cwm-3de5c68888ab62ceabfe7f435cc300d8c7725075.zip |
Kill some more dead code, cursor.c goes away.
ok marc@
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile index 7ac43c9..2af7f16 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ PROG= cwm SRCS= calmwm.c screen.c xmalloc.c client.c grab.c search.c \ util.c xutil.c conf.c input.c xevents.c group.c \ - kbfunc.c cursor.c font.c + kbfunc.c font.c CPPFLAGS+= -I${X11BASE}/include -I${X11BASE}/include/freetype2 |