diff options
author | Michael I. Bushnell <mib@gnu.org> | 1996-04-11 19:27:29 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1996-04-11 19:27:29 +0000 |
commit | 6b3b20cfc0f5ed7b29ede6cc4611f530786f8a33 (patch) | |
tree | 8c7ea8ab92f93f50d94094f0776d9b01420e7e34 /libihash | |
parent | 1ad8fb62d65b985310f916d681bde83e1b8055f0 (diff) |
(LCLHDRS): Add priv.h.
Diffstat (limited to 'libihash')
-rw-r--r-- | libihash/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libihash/Makefile b/libihash/Makefile index 05504a71..92078c63 100644 --- a/libihash/Makefile +++ b/libihash/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 1995 Free Software Foundation, Inc. +# Copyright (C) 1995, 1996 Free Software Foundation, Inc. # Written by Michael I. Bushnell. # # This file is part of the GNU Hurd. @@ -22,7 +22,7 @@ dir := libihash makemode := library SRCS=ihash.c primes.c -LCLHDRS=ihash.h +LCLHDRS=ihash.h priv.h OBJS=ihash.o primes.o libname := libihash installhdrs = ihash.h |