diff options
Diffstat (limited to 'libnetfs/Makefile')
-rw-r--r-- | libnetfs/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libnetfs/Makefile b/libnetfs/Makefile index 33ee2fb2..24b5acae 100644 --- a/libnetfs/Makefile +++ b/libnetfs/Makefile @@ -23,7 +23,8 @@ dir := libnetfs makemode := library libname = libnetfs -HURDLIBS = fshelp iohelp threads ports shouldbeinlibc +HURDLIBS = fshelp iohelp ports shouldbeinlibc +LDLIBS += -lpthread FSSRCS= dir-link.c dir-lookup.c dir-mkdir.c dir-mkfile.c \ dir-notice-changes.c dir-readdir.c dir-rename.c \ |