diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -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 |
