From 0b44f90a746690d1c28b97aeeae228639666d611 Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Sun, 17 Dec 1995 08:27:24 +0000 Subject: (SRCS): Add termsize.c & ivec.c. (LCLHDRS): Add ivec.h. --- libshouldbeinlibc/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libshouldbeinlibc/Makefile') diff --git a/libshouldbeinlibc/Makefile b/libshouldbeinlibc/Makefile index 75451d9d..f3c9d951 100644 --- a/libshouldbeinlibc/Makefile +++ b/libshouldbeinlibc/Makefile @@ -20,8 +20,8 @@ dir := libshouldbeinlibc makemode := library libname = libshouldbeinlibc -SRCS = argz.c options.c argp-parse.c argp-help.c line.c -LCLHDRS = argz.h rwlock.h options.h argp.h line.h +SRCS = argz.c options.c argp-parse.c argp-help.c line.c envz.c termsize.c ivec.c +LCLHDRS = argz.h rwlock.h options.h argp.h line.h envz.h ivec.h installhdrs = $(LCLHDRS) installhdrsubdir = . -- cgit v1.2.3