summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9910be0..b5db788 100644
--- a/Makefile
+++ b/Makefile
@@ -27,6 +27,7 @@ OBJS = $(SRCS:.c=.o) \
notifyServer.o \
reincarnationServer.o \
reincarnationUser.o \
+ start-translator-long.o \
targets = reincarnation persistent-hello
HURDLIBS = fshelp trivfs ihash shouldbeinlibc
@@ -34,7 +35,7 @@ HURDLIBS = fshelp trivfs ihash shouldbeinlibc
include ../Makeconf
reincarnation: stubs.o notifyServer.o reincarnationServer.o \
- ../libfshelp/libfshelp.a
+ start-translator-long.o
persistent-hello: reincarnationUser.o ../libtrivfs/libtrivfs.a ../libfshelp/libfshelp.a ../libports/libports.a ../libihash/libihash.a
$(targets): %: %.o lib.o