diff options
Diffstat (limited to 'nfs/Makefile')
-rw-r--r-- | nfs/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/nfs/Makefile b/nfs/Makefile index 265d0273..32cf4f53 100644 --- a/nfs/Makefile +++ b/nfs/Makefile @@ -30,3 +30,6 @@ HURDLIBS = netfs fshelp iohelp ports ihash shouldbeinlibc LDLIBS = -lpthread include ../Makeconf + +CFLAGS += $(libtirpc_CFLAGS) +LDLIBS += $(libtirpc_LIBS) |