diff options
author | Miles Bader <miles@gnu.org> | 1996-04-29 19:52:00 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 1996-04-29 19:52:00 +0000 |
commit | fb9a206288517a12cf2db84d86aab303dfa35c3e (patch) | |
tree | e4394fdef12a53aad9f134680428b3735b5a2b67 /libshouldbeinlibc/Makefile | |
parent | 3ac9f64c72f363be180ca81232363ebc11d9dd7f (diff) |
(SRCS): Add cacheq.c.
(LCLHDRS): Add cacheq.h.
Diffstat (limited to 'libshouldbeinlibc/Makefile')
-rw-r--r-- | libshouldbeinlibc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libshouldbeinlibc/Makefile b/libshouldbeinlibc/Makefile index 9fd796ad..dcc7b3e2 100644 --- a/libshouldbeinlibc/Makefile +++ b/libshouldbeinlibc/Makefile @@ -23,9 +23,9 @@ 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 lcm.c + xportinfo.c portxlate.c lcm.c cacheq.c LCLHDRS = argz.h rwlock.h argp.h line.h envz.h idvec.h timefmt.h maptime.h \ - wire.h portinfo.h portxlate.h + wire.h portinfo.h portxlate.h cacheq.h installhdrs = $(LCLHDRS) installhdrsubdir = . |