diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2011-11-27 23:02:33 +0100 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2011-11-27 23:02:33 +0100 |
commit | bf0dd12b0b4cde2f638f82102c8ac3964b3ecaed (patch) | |
tree | d412da4e8fcf5a188156e9b2ddc54e33bc44ba11 | |
parent | 3253311ede487203c84fab4f8af696671f0f6568 (diff) |
Fix pflocal.static link
* pflocal/Makefile (HURDLIBS): Add iohelp
-rw-r--r-- | pflocal/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pflocal/Makefile b/pflocal/Makefile index a7e664fa..7258e587 100644 --- a/pflocal/Makefile +++ b/pflocal/Makefile @@ -26,7 +26,7 @@ LCLHDRS = connq.h sock.h mig-decls.h mig-mutate.h sserver.h MIGSTUBS = ioServer.o socketServer.o OBJS = $(SRCS:.c=.o) $(MIGSTUBS) -HURDLIBS = pipe trivfs fshelp threads ports ihash shouldbeinlibc +HURDLIBS = pipe trivfs iohelp fshelp threads ports ihash shouldbeinlibc MIGSFLAGS = -imacros $(srcdir)/mig-mutate.h |