diff options
author | Miles Bader <miles@gnu.org> | 1996-02-18 05:03:59 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 1996-02-18 05:03:59 +0000 |
commit | e9f09afd424d4923d79481ca55fabb5e10fb4cc1 (patch) | |
tree | 8a2d81361ec09cce268f9d8cd1c70dcdc51d2cb7 /libshouldbeinlibc/Makefile | |
parent | 0e3f8d9db2a7d7e78fd096c0a59e11ad527e684e (diff) |
(SRCS): Add shared-dom.c, localhost.c, maptime.c, & canon-host.c.
(LCLHDRS): Add maptime.h.
Diffstat (limited to 'libshouldbeinlibc/Makefile')
-rw-r--r-- | libshouldbeinlibc/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/libshouldbeinlibc/Makefile b/libshouldbeinlibc/Makefile index 298f945d..dff3864d 100644 --- a/libshouldbeinlibc/Makefile +++ b/libshouldbeinlibc/Makefile @@ -1,6 +1,6 @@ # Makefile for libshouldbeinlibc # -# Copyright (C) 1995 Free Software Foundation, Inc. +# Copyright (C) 1995, 1996 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as @@ -21,8 +21,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 -LCLHDRS = argz.h rwlock.h argp.h line.h envz.h idvec.h timefmt.h + 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 installhdrs = $(LCLHDRS) installhdrsubdir = . |