aboutsummaryrefslogtreecommitdiff
path: root/libihash/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'libihash/Makefile')
-rw-r--r--libihash/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/libihash/Makefile b/libihash/Makefile
index 3377ef41..7ceaf1d7 100644
--- a/libihash/Makefile
+++ b/libihash/Makefile
@@ -23,6 +23,7 @@ libname := libihash
SRCS = ihash.c murmur3.c
installhdrs = ihash.h
+HURDLIBS = shouldbeinlibc
OBJS = $(SRCS:.c=.o)
include ../Makeconf