summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index b5db788..76cdbc0 100644
--- a/Makefile
+++ b/Makefile
@@ -27,7 +27,8 @@ OBJS = $(SRCS:.c=.o) \
notifyServer.o \
reincarnationServer.o \
reincarnationUser.o \
- start-translator-long.o \
+ fsysServer.o \
+ fsys_proxy.o \
targets = reincarnation persistent-hello
HURDLIBS = fshelp trivfs ihash shouldbeinlibc
@@ -35,7 +36,8 @@ HURDLIBS = fshelp trivfs ihash shouldbeinlibc
include ../Makeconf
reincarnation: stubs.o notifyServer.o reincarnationServer.o \
- start-translator-long.o
+ fsysServer.o fsys_proxy.o \
+ ../libfshelp/libfshelp.a
persistent-hello: reincarnationUser.o ../libtrivfs/libtrivfs.a ../libfshelp/libfshelp.a ../libports/libports.a ../libihash/libihash.a
$(targets): %: %.o lib.o