summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustus Winter <4winter@informatik.uni-hamburg.de>2013-08-03 10:54:15 +0200
committerJustus Winter <4winter@informatik.uni-hamburg.de>2013-08-03 10:54:41 +0200
commitfe15c05b97dcd47643c774d720bbd632c38b2104 (patch)
tree940e5a567d64d0a5cfbc538ab169f081671cec4f
parentd12419c78ebf815f039c5c90cd3a9f7c90e2be16 (diff)
Link reincarnation against the local start-translator-long.o
-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