From f7dedfa9f94c1e09105e1c520fade09185fba86a Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Wed, 6 Sep 1995 15:39:47 +0000 Subject: (MIGCOMSFLAGS): New variable. (OBJS): Added notifyServer.o. (SRCS): Added notify-dead-name.c, notify-no-senders.c, notify-port-destroyed.c, notify-msg-accepted.c, notify-port-deleted.c, and notify-send-once.c. --- libports/Makefile | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/libports/Makefile b/libports/Makefile index f93a8d74..e2536011 100644 --- a/libports/Makefile +++ b/libports/Makefile @@ -30,10 +30,15 @@ SRCS = create-bucket.c create-class.c allocate-port.c intern-external-port.c \ inhibit-all-rpcs.c resume-port-rpcs.c resume-class-rpcs.c \ resume-bucket-rpcs.c resume-all-rpcs.c interrupt-rpc.c \ init.c complete-deallocate.c get-right.c count-class.c count-bucket.c \ - enable-class.c enable-bucket.c bucket-iterate.c stubs.c + enable-class.c enable-bucket.c bucket-iterate.c stubs.c \ + notify-dead-name.c notify-no-senders.c notify-port-destroyed.c \ + notify-msg-accepted.c notify-port-deleted.c notify-send-once.c + LCLHDRS = ports.h installhdrs = ports.h -OBJS = $(SRCS:.c=.o) +OBJS = $(SRCS:.c=.o) notifyServer.o + +MIGCOMSFLAGS = -prefix ports_ include ../Makeconf -- cgit v1.2.3