diff options
author | Miles Bader <miles@gnu.org> | 1995-12-17 08:27:24 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 1995-12-17 08:27:24 +0000 |
commit | 0b44f90a746690d1c28b97aeeae228639666d611 (patch) | |
tree | 66d24b2db71d28fc9a28e45e8a28d008266d0e65 | |
parent | 978aa48b5e5e0c87c9239a45e03500bec905cf62 (diff) |
(SRCS): Add termsize.c & ivec.c.
(LCLHDRS): Add ivec.h.
-rw-r--r-- | libshouldbeinlibc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libshouldbeinlibc/Makefile b/libshouldbeinlibc/Makefile index 75451d9d..f3c9d951 100644 --- a/libshouldbeinlibc/Makefile +++ b/libshouldbeinlibc/Makefile @@ -20,8 +20,8 @@ dir := libshouldbeinlibc makemode := library libname = libshouldbeinlibc -SRCS = argz.c options.c argp-parse.c argp-help.c line.c -LCLHDRS = argz.h rwlock.h options.h argp.h line.h +SRCS = argz.c options.c argp-parse.c argp-help.c line.c envz.c termsize.c ivec.c +LCLHDRS = argz.h rwlock.h options.h argp.h line.h envz.h ivec.h installhdrs = $(LCLHDRS) installhdrsubdir = . |