From 592615ea7df69c2728362bd4238730d050c07312 Mon Sep 17 00:00:00 2001 From: Thomas Bushnell Date: Thu, 24 Oct 1996 19:28:16 +0000 Subject: Mon Oct 21 22:00:44 1996 Thomas Bushnell, n/BSG * argp.h: Add extern inline protection. * idvec.h: Likewise. * maptime.h: Likewise. * argp.c, idvec-funcs.c, maptime-funcs.c: New files. * Makefile (SRCS): Add argp.c, idvec-funcs.c, and maptime-funcs.c. --- libshouldbeinlibc/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libshouldbeinlibc/Makefile') diff --git a/libshouldbeinlibc/Makefile b/libshouldbeinlibc/Makefile index 9030011e..f1ecf74e 100644 --- a/libshouldbeinlibc/Makefile +++ b/libshouldbeinlibc/Makefile @@ -23,7 +23,8 @@ libname = libshouldbeinlibc SRCS = argp-parse.c argp-help.c argp-pv.c argp-pvh.c argp-ba.c \ termsize.c idvec.c idvec-auth.c timefmt.c exec-reauth.c \ canon-host.c maptime.c shared-dom.c localhost.c wire.c portinfo.c \ - xportinfo.c portxlate.c lcm.c cacheq.c fsysops.c + xportinfo.c portxlate.c lcm.c cacheq.c fsysops.c argp.c \ + idvec-funcs.c maptime-funcs.c LCLHDRS = argp.h idvec.h timefmt.h maptime.h \ wire.h portinfo.h portxlate.h cacheq.h installhdrs = $(LCLHDRS) -- cgit v1.2.3