From 76d019c170c2552a6f9156199eb713507685deb6 Mon Sep 17 00:00:00 2001 From: ache Date: Mon, 13 Feb 1995 17:23:18 +0000 Subject: Add missing lib_window.c to SRCS --- lib/ncurses/ncurses/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/ncurses') diff --git a/lib/ncurses/ncurses/Makefile b/lib/ncurses/ncurses/Makefile index cddd29f..452666c 100644 --- a/lib/ncurses/ncurses/Makefile +++ b/lib/ncurses/ncurses/Makefile @@ -1,5 +1,5 @@ # Makefile for ncurses -# $Id: Makefile,v 1.8 1994/12/02 06:39:03 ache Exp $ +# $Id: Makefile,v 1.9 1994/12/04 02:43:41 ache Exp $ LIB= ncurses SRCS= lib_kernel.c lib_pad.c lib_bkgd.c \ @@ -11,7 +11,7 @@ SRCS= lib_kernel.c lib_pad.c lib_bkgd.c \ lib_box.c lib_clear.c lib_delch.c lib_insch.c \ lib_getstr.c lib_mvwin.c lib_longname.c lib_tstp.c \ lib_newterm.c lib_set_term.c lib_overlay.c lib_scrreg.c lib_color.c \ - lib_insstr.c lib_insdel.c lib_twait.c copyright.c + lib_insstr.c lib_insdel.c lib_twait.c lib_window.c copyright.c CFLAGS+= -I. -I${.CURDIR} -Wall -DMYTINFO -DGOOD_SELECT LDADD+= -lmytinfo -- cgit v1.1