From 722a82d2534d1ea2a3dd5b671967d0516b30dbba Mon Sep 17 00:00:00 2001 From: marco Date: Thu, 18 Aug 2011 20:27:03 +0000 Subject: [PATCH] Compile trace.c as well so that OPT_TRACE 1 actually works. ok matthieu --- app/xterm/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/xterm/Makefile b/app/xterm/Makefile index 3d77c927d..203ae8584 100644 --- a/app/xterm/Makefile +++ b/app/xterm/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.18 2011/06/23 22:48:59 naddy Exp $ +# $OpenBSD: Makefile,v 1.19 2011/08/18 20:27:03 marco Exp $ .include SUBDIR= icons resize @@ -23,7 +23,7 @@ SRCS= TekPrsTbl.c Tekproc.c VTPrsTbl.c button.c cachedGCs.c \ charclass.c xtermcap.c charproc.c charsets.c cursor.c \ data.c doublechr.c fontutils.c input.c linedata.c main.c menu.c \ misc.c precompose.c print.c ptydata.c wcwidth.c screen.c \ - scrollback.c scrollbar.c tabs.c util.c xstrings.c + scrollback.c scrollbar.c tabs.c trace.c util.c xstrings.c MANDIR= ${X11BASE}/man/man XETC?= /etc/X11