diff options
-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 |