From 0a06fa59473adfb5c45ee56bec0303652440aeaa Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Wed, 6 Sep 1995 22:18:00 +0000 Subject: (OBJS): Add interruptServer.o. (SRCS): Add interrupt-operation.c. --- libports/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'libports/Makefile') diff --git a/libports/Makefile b/libports/Makefile index e2536011..a313799d 100644 --- a/libports/Makefile +++ b/libports/Makefile @@ -32,12 +32,13 @@ SRCS = create-bucket.c create-class.c allocate-port.c intern-external-port.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 \ notify-dead-name.c notify-no-senders.c notify-port-destroyed.c \ - notify-msg-accepted.c notify-port-deleted.c notify-send-once.c + notify-msg-accepted.c notify-port-deleted.c notify-send-once.c \ + interrupt-operation.c LCLHDRS = ports.h installhdrs = ports.h -OBJS = $(SRCS:.c=.o) notifyServer.o +OBJS = $(SRCS:.c=.o) notifyServer.o interruptServer.o MIGCOMSFLAGS = -prefix ports_ -- cgit v1.2.3