aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorokan2013-05-19 23:38:20 +0000
committerokan2013-05-19 23:38:20 +0000
commit7c22f25dc0a96380c81fbb79218bd21cf3812004 (patch)
tree7fd1e8847bcae6bca0793b2f7907e0776a9bae01 /Makefile
parent1f94cf68e821c1e6e3850f540d098737baf9ba00 (diff)
downloadcwm-7c22f25dc0a96380c81fbb79218bd21cf3812004.tar.gz
move the 2 small font helper functions to xutil.c
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index a6c5ea8..7946991 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.19 2011/06/23 22:48:59 naddy Exp $
+# $OpenBSD: Makefile,v 1.20 2013/05/19 23:38:20 okan Exp $
.include <bsd.xconf.mk>
@@ -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}