diff options
author | oga | 2008-01-08 20:21:43 +0000 |
---|---|---|
committer | oga | 2008-01-08 20:21:43 +0000 |
commit | 6777f6ecb4863eb266f4e71777a3bc7e7ee8c7a7 (patch) | |
tree | f18aca0a2b10ff37029628ccfff6480a1f3db75f /Makefile | |
parent | 12931679ea1845d2adf4c9171e175a334e4f2902 (diff) | |
download | cwm-6777f6ecb4863eb266f4e71777a3bc7e7ee8c7a7.tar.gz |
Kill some more dead code, cursor.c goes away.
ok marc@
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.3 2008/01/03 01:58:16 oga Exp $ +# $OpenBSD: Makefile,v 1.4 2008/01/08 20:21:43 oga Exp $ .include <bsd.own.mk> @@ -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 |