diff options
Diffstat (limited to 'libps/Makefile')
-rw-r--r-- | libps/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libps/Makefile b/libps/Makefile index 8c8a22fc..d7c6e472 100644 --- a/libps/Makefile +++ b/libps/Makefile @@ -29,6 +29,7 @@ LCLHDRS=ps.h common.h installhdrs=$(LCLHDRS) installhdrsubdir = . +HURDLIBS=ihash OBJS = $(SRCS:.c=.o) msgUser.o termUser.o msg-MIGUFLAGS = -D'MSG_IMPORTS=waittime 1000;' -DUSERPREFIX=ps_ @@ -39,4 +40,4 @@ ps_%.h: %_U.h include ../Makeconf -libps.so: ../libihash/libihash.so + |