diff options
author | Marco Peereboom <marco@cvs.openbsd.org> | 2011-08-18 20:27:04 +0000 |
---|---|---|
committer | Marco Peereboom <marco@cvs.openbsd.org> | 2011-08-18 20:27:04 +0000 |
commit | 40ec3b5d140e3cb41490d3a80d8f424e57821196 (patch) | |
tree | a712fcb50e7ccbf723c341a972c21fc9fc1243a0 | |
parent | d07f31d53b529ba3f8cab3d093c7321c940aea54 (diff) |
Compile trace.c as well so that OPT_TRACE 1 actually works.
ok matthieu
-rw-r--r-- | app/xterm/Makefile | 4 |
1 files 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 <bsd.xconf.mk> 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 |