diff options
author | Thomas Bushnell <thomas@gnu.org> | 1996-10-24 19:27:14 +0000 |
---|---|---|
committer | Thomas Bushnell <thomas@gnu.org> | 1996-10-24 19:27:14 +0000 |
commit | 46b6fea942cd4840f5510cd06629e8c91fb55c11 (patch) | |
tree | 6124bcca09a2d369b8e35e3d244797a9663ecee6 /libpipe/Makefile | |
parent | 3e94c51b0ade0767cf807dad1052e2e927ecc535 (diff) |
Mon Oct 21 21:58:03 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>
* pipe.h: Add extern inline protection.
* pq.h: Likewise.
* pipe-funcs.c, pq-funcs.c: New files.
* Makefile (SRCS): Add pipe-funcs.c and pq-funcs.c.
Diffstat (limited to 'libpipe/Makefile')
-rw-r--r-- | libpipe/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libpipe/Makefile b/libpipe/Makefile index bb864dd4..b64166a6 100644 --- a/libpipe/Makefile +++ b/libpipe/Makefile @@ -22,7 +22,7 @@ makemode := library libname = libpipe installhdrs = pipe.h pq.h -SRCS = pq.c dgram.c pipe.c stream.c seqpack.c addr.c +SRCS = pq.c dgram.c pipe.c stream.c seqpack.c addr.c pq-funcs.c pipe-funcs.c LCLHDRS = pipe.h pq.h OBJS = $(SRCS:.c=.o) |