bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH hurd 5/5] proc: fix build


From: Justus Winter
Subject: [PATCH hurd 5/5] proc: fix build
Date: Thu, 13 Nov 2014 13:26:19 +0100

---
 proc/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/proc/Makefile b/proc/Makefile
index 2275a66..7cc4af5 100644
--- a/proc/Makefile
+++ b/proc/Makefile
@@ -32,6 +32,9 @@ MIGSTUBS = processServer.o notifyServer.o \
 OBJS = $(SRCS:.c=.o) $(MIGSTUBS)
 HURDLIBS = ihash ports shouldbeinlibc
 
+# XXX: fix build
+MIGSTUBS += gnumachUser.o task_notifyUser.o
+
 OTHERLIBS = -lpthread
 
 include ../Makeconf
-- 
2.1.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]