diff options
author | Miles Bader <miles@gnu.org> | 1995-10-11 17:55:52 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 1995-10-11 17:55:52 +0000 |
commit | 1a692fae0629e10c4f886d6d0c728b0172310ce0 (patch) | |
tree | afea050f0cac6141d9b417f81a34766c06cc6832 /libshouldbeinlibc/Makefile | |
parent | 7be9379273079b6f784172dd46d75503f7f189a3 (diff) |
(SRCS): Add argp-parse.c, argp-help.c, and line.c
(LCLHDRS): Add line.h and argp.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 9349ad11..b3f72526 100644 --- a/libshouldbeinlibc/Makefile +++ b/libshouldbeinlibc/Makefile @@ -20,8 +20,8 @@ dir := libshouldbeinlibc makemode := library libname = libshouldbeinlibc -SRCS = error.c argz.c options.c -LCLHDRS = error.h argz.h rwlock.h options.h +SRCS = error.c argz.c options.c argp-parse.c argp-help.c line.c +LCLHDRS = error.h argz.h rwlock.h options.h argp.h line.h installhdrs = $(LCLHDRS) installhdrsubdir = . |