diff options
| -rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |
