diff options
Diffstat (limited to 'libdiskfs/Makefile')
-rw-r--r-- | libdiskfs/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libdiskfs/Makefile b/libdiskfs/Makefile index 606ed954..3c8de4c8 100644 --- a/libdiskfs/Makefile +++ b/libdiskfs/Makefile @@ -60,7 +60,8 @@ MIGSTUBS = fsServer.o ioServer.o fsysServer.o exec_startupServer.o \ startup_notifyServer.o OBJS = $(sort $(SRCS:.c=.o) $(MIGSTUBS)) -HURDLIBS = fshelp iohelp store threads ports shouldbeinlibc pager +HURDLIBS = fshelp iohelp store ports shouldbeinlibc pager +LDLIBS += -lpthread fsys-MIGSFLAGS = -imacros $(srcdir)/fsmutations.h -DREPLY_PORTS fs-MIGSFLAGS = -imacros $(srcdir)/fsmutations.h |