summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2020-01-01 02:13:29 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2020-01-01 02:13:29 +0100
commit89c9590e020e1372cfab037b7789aaef89b4f544 (patch)
treee460e87e26a6f6b66f23ee77ea89a427b0cccdc5
parente9c74ee7faceeb7cad732b01b98d79f1b8e1995c (diff)
libfshelp-tests: Fix cross-link
* libfshelp-tests/Makefile (HURDLIBS): Add ihash and shouldbeinlibc. (race locks): Add ../libihash/libihash.a.
-rw-r--r--libfshelp-tests/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/libfshelp-tests/Makefile b/libfshelp-tests/Makefile
index 3259016d3..65ad6d5d4 100644
--- a/libfshelp-tests/Makefile
+++ b/libfshelp-tests/Makefile
@@ -27,7 +27,7 @@ SRCS = race.c locks.c fork.c test-flock.c test-lockf.c test-fcntl.c
MIGSTUBS = fsUser.o ioUser.o
OBJS = $(SRCS:.c=.o) $(MIGSTUBS)
-HURDLIBS = fshelp ports
+HURDLIBS = fshelp ports ihash shouldbeinlibc
LDLIBS += -lpthread
race: race.o fsUser.o ioUser.o
@@ -37,6 +37,6 @@ test-flock: test-flock.o
test-lockf: test-lockf.o
test-fcntl: test-fcntl.o ../libfshelp/libfshelp.a
-race locks: ../libfshelp/libfshelp.a ../libports/libports.a ../libshouldbeinlibc/libshouldbeinlibc.a
+race locks: ../libfshelp/libfshelp.a ../libports/libports.a ../libihash/libihash.a ../libshouldbeinlibc/libshouldbeinlibc.a
include ../Makeconf