bug-hurd
[Top][All Lists]
Advanced

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

[PATCH hurd 29/30] libports: Fix build


From: Justus Winter
Subject: [PATCH hurd 29/30] libports: Fix build
Date: Thu, 27 Nov 2014 14:19:09 +0100

---
 libports/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libports/Makefile b/libports/Makefile
index f49cb9f..6e25cd7 100644
--- a/libports/Makefile
+++ b/libports/Makefile
@@ -42,7 +42,7 @@ installhdrs = ports.h
 
 HURDLIBS= ihash
 LDLIBS += -lpthread
-OBJS = $(SRCS:.c=.o) notifyServer.o interruptServer.o
+OBJS = $(SRCS:.c=.o) notifyServer.o interruptServer.o mach_portUser.o
 
 MIGCOMSFLAGS = -prefix ports_
 MIGSFLAGS = -imacros $(srcdir)/mig-mutate.h
-- 
2.1.3




reply via email to

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