diff options
author | Owain Ainsworth <oga@cvs.openbsd.org> | 2008-09-22 14:28:05 +0000 |
---|---|---|
committer | Owain Ainsworth <oga@cvs.openbsd.org> | 2008-09-22 14:28:05 +0000 |
commit | bdaf78999bfd331f3bd33d7fb170f7a8983a61a1 (patch) | |
tree | 03bc278d528e034aa3eb9ddf12ed996ae4a5561f /app/cwm/Makefile | |
parent | 0dc7ac855cd65e88ead3a9adf3c8df540e149ddd (diff) |
*sigh* Revert the diff that wasn't meant to go in yet.
note to self: When you mean to type cvs commit search.c, don't forget
the filename.
Diffstat (limited to 'app/cwm/Makefile')
-rw-r--r-- | app/cwm/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/cwm/Makefile b/app/cwm/Makefile index 5e484a118..3daf6f4bc 100644 --- a/app/cwm/Makefile +++ b/app/cwm/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.10 2008/09/22 14:15:03 oga Exp $ +# $OpenBSD: Makefile,v 1.11 2008/09/22 14:28:04 oga Exp $ .include <bsd.xconf.mk> @@ -11,7 +11,7 @@ SRCS= calmwm.c screen.c xmalloc.c client.c grab.c menu.c \ CPPFLAGS+= -I${X11BASE}/include -I${X11BASE}/include/freetype2 -I${.CURDIR} LDADD+= -L${X11BASE}/lib -lXft -lXrender -lX11 -lXau -lXdmcp -lXext \ - -lfontconfig -lexpat -lfreetype -lz -lXinerama -lXrandr + -lfontconfig -lexpat -lfreetype -lz MANDIR= ${X11BASE}/man/cat MAN= cwm.1 cwmrc.5 |