diff options
author | okan | 2013-05-19 23:38:20 +0000 |
---|---|---|
committer | okan | 2013-05-19 23:38:20 +0000 |
commit | 7c22f25dc0a96380c81fbb79218bd21cf3812004 (patch) | |
tree | 7fd1e8847bcae6bca0793b2f7907e0776a9bae01 /Makefile | |
parent | 1f94cf68e821c1e6e3850f540d098737baf9ba00 (diff) | |
download | cwm-7c22f25dc0a96380c81fbb79218bd21cf3812004.tar.gz |
move the 2 small font helper functions to xutil.c
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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} |