summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authorokan <okan>2013-05-19 23:38:20 +0000
committerokan <okan>2013-05-19 23:38:20 +0000
commit5b4c55616a58c058cb1f3f80c4e04a24b8e824a3 (patch)
treee4f2b1bad1a859085f63bb4e742b35aec4bba1d7 /Makefile
parente41c84c752c46b78c0996489e150515751ae8ac8 (diff)
downloadcwm-5b4c55616a58c058cb1f3f80c4e04a24b8e824a3.tar.gz
cwm-5b4c55616a58c058cb1f3f80c4e04a24b8e824a3.tar.xz
cwm-5b4c55616a58c058cb1f3f80c4e04a24b8e824a3.zip
move the 2 small font helper functions to xutil.c
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1bd9271..25584c7 100644
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,7 @@ PROG=		cwm
 
 SRCS=		calmwm.c screen.c xmalloc.c client.c menu.c \
 		search.c util.c xutil.c conf.c xevents.c group.c \
-		kbfunc.c mousefunc.c font.c parse.y
+		kbfunc.c mousefunc.c parse.y
 
 CPPFLAGS+=	-I${X11BASE}/include -I${X11BASE}/include/freetype2 -I${.CURDIR}