diff options
Diffstat (limited to 'ftpfs/Makefile')
-rw-r--r-- | ftpfs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ftpfs/Makefile b/ftpfs/Makefile index 70398908..ec8a6730 100644 --- a/ftpfs/Makefile +++ b/ftpfs/Makefile @@ -25,6 +25,6 @@ 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 ports ihash ftpconn shouldbeinlibc -OTHERLIBS = -lpthread +LDLIBS = -lpthread include ../Makeconf |