diff options
author | Michael I. Bushnell <mib@gnu.org> | 1996-03-25 21:45:39 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1996-03-25 21:45:39 +0000 |
commit | 561dba371aa5e67b26264c5880db24052fd284cf (patch) | |
tree | 9475e0710564a0541516ced5268ae651f87f8087 /libshouldbeinlibc | |
parent | 5afdcc9f9f214ee7735353b3a86b216e0ebe3156 (diff) |
(SRCS): Add wire.c.
(LCLHDRS): Add wire.h.
Diffstat (limited to 'libshouldbeinlibc')
-rw-r--r-- | libshouldbeinlibc/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/libshouldbeinlibc/Makefile b/libshouldbeinlibc/Makefile index dff3864d..2e56bb8d 100644 --- a/libshouldbeinlibc/Makefile +++ b/libshouldbeinlibc/Makefile @@ -22,8 +22,9 @@ makemode := library libname = libshouldbeinlibc SRCS = argz.c argp-parse.c argp-help.c line.c envz.c termsize.c \ idvec.c idvec-auth.c timefmt.c exec-reauth.c path-lookup.c \ - canon-host.c maptime.c shared-dom.c localhost.c -LCLHDRS = argz.h rwlock.h argp.h line.h envz.h idvec.h timefmt.h maptime.h + canon-host.c maptime.c shared-dom.c localhost.c wire.c +LCLHDRS = argz.h rwlock.h argp.h line.h envz.h idvec.h timefmt.h maptime.h \ + wire.h installhdrs = $(LCLHDRS) installhdrsubdir = . |