diff options
Diffstat (limited to 'ftpfs/Makefile')
-rw-r--r-- | ftpfs/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ftpfs/Makefile b/ftpfs/Makefile index 581c5da6..70398908 100644 --- a/ftpfs/Makefile +++ b/ftpfs/Makefile @@ -24,6 +24,7 @@ target = ftpfs SRCS = ftpfs.c fs.c host.c netfs.c dir.c conn.c ccache.c node.c ncache.c OBJS = $(SRCS:.c=.o) -HURDLIBS = netfs fshelp iohelp threads ports ihash ftpconn shouldbeinlibc +HURDLIBS = netfs fshelp iohelp ports ihash ftpconn shouldbeinlibc +OTHERLIBS = -lpthread include ../Makeconf |