diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2009-09-05 15:58:10 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2009-09-05 15:58:10 +0000 |
commit | 0bfe30f1f8426d3e7c82459bca752530d6a1e469 (patch) | |
tree | 2e494b4882bc80ad74f39181476d95b64a340dfa /app/xterm/Imakefile | |
parent | 7e6bbbf222239c48377c748a99a9996f66fe68ac (diff) |
update to xterm 246. Has been in snapshots for some time.
Diffstat (limited to 'app/xterm/Imakefile')
-rw-r--r-- | app/xterm/Imakefile | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/app/xterm/Imakefile b/app/xterm/Imakefile index 99c8a0ea1..57a7fd06b 100644 --- a/app/xterm/Imakefile +++ b/app/xterm/Imakefile @@ -1,4 +1,4 @@ -XCOMM $XTermId: Imakefile,v 1.99 2006/07/21 00:11:15 tom Exp $ +XCOMM $XTermId: Imakefile,v 1.102 2009/04/27 19:26:34 tom Exp $ XCOMM XCOMM Attention xterm porters XCOMM @@ -192,16 +192,16 @@ module.o: ; $(CC) -c defines $(CFLAGS) module.c TRACESRC = trace.c TRACEOBJ = trace.o #endif - SRCS1 = button.c charproc.c charsets.c cursor.c \ + SRCS1 = button.c cachedGCs.c charproc.c charsets.c cursor.c \ data.c doublechr.c fontutils.c input.c \ - menu.c misc.c print.c ptydata.c \ - screen.c scrollbar.c tabs.c util.c xstrings.c \ + linedata.c menu.c misc.c print.c ptydata.c scrollback.c \ + screen.c scrollbar.c tabs.c util.c xstrings.c xtermcap.c \ TekPrsTbl.c Tekproc.c VTPrsTbl.c \ $(MAINSRC) $(EXTRASRC) $(UTF8SRC) $(TRACESRC) - OBJS1 = button.o charproc.o charsets.o cursor.o \ + OBJS1 = button.o cachedGCs.o charproc.o charsets.o cursor.o \ data.o doublechr.o fontutils.o input.o \ - menu.o misc.o print.o ptydata.o \ - screen.o scrollbar.o tabs.o util.o xstrings.o \ + linedata.o menu.o misc.o print.o ptydata.o scrollback.o \ + screen.o scrollbar.o tabs.o util.o xstrings.o xtermcap.o \ TekPrsTbl.o Tekproc.o VTPrsTbl.o \ $(MAINOBJ) $(EXTRAOBJ) $(UTF8OBJ) $(TRACEOBJ) SRCS2 = resize.c xstrings.c |