diff options
author | Miles Bader <miles@gnu.org> | 1996-04-02 23:36:39 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 1996-04-02 23:36:39 +0000 |
commit | e1cfadf616d493191fc0a22cf56ec2cc472eefbf (patch) | |
tree | 130a54f94f21b399a70e7a59f8d32b3c56adc9fb | |
parent | 2ec19843ad88ef94aa08e142ce57b62c01776668 (diff) |
(SRCS): Add lcm.c.
-rw-r--r-- | libshouldbeinlibc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libshouldbeinlibc/Makefile b/libshouldbeinlibc/Makefile index 7b637384..9fd796ad 100644 --- a/libshouldbeinlibc/Makefile +++ b/libshouldbeinlibc/Makefile @@ -23,7 +23,7 @@ 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 wire.c portinfo.c \ - xportinfo.c portxlate.c + xportinfo.c portxlate.c lcm.c LCLHDRS = argz.h rwlock.h argp.h line.h envz.h idvec.h timefmt.h maptime.h \ wire.h portinfo.h portxlate.h installhdrs = $(LCLHDRS) |