summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2013-02-11 23:15:15 +0000
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2013-02-11 23:15:15 +0000
commitc9fc3cbc0449b0b67a5e491fe8c492442c120843 (patch)
tree04c3cb4e194f3e507fcd0fefd455f04c518cdc0c /Makefile
parent647c57259146571b78107e5e8bcfc9b6c81bc031 (diff)
Fix build against libpthreadgopherfs/master
* Makefile (HURDLIBS): Add -lshouldbeinlibc * gopherfs.h: Include <pthread.h> instead of <cthreads.h>, use pthread functions instead of cthreads functions.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a0625203e..e9bbdc92a 100644
--- a/Makefile
+++ b/Makefile
@@ -29,7 +29,7 @@ SRCS = gopherfs.c args.c netfs.c gopher.c node.c fs.c debug.c dir.c
LCLHDRS = gopherfs.h fs.h debug.h
OBJS = $(SRCS:.c=.o)
-HURDLIBS = -lnetfs -lfshelp -liohelp -lports
+HURDLIBS = -lnetfs -lfshelp -liohelp -lports -lshouldbeinlibc
INSTALL = install