summaryrefslogtreecommitdiff
path: root/libports/Makefile
diff options
context:
space:
mode:
authorMiles Bader <miles@gnu.org>1995-09-06 22:18:00 +0000
committerMiles Bader <miles@gnu.org>1995-09-06 22:18:00 +0000
commit0a06fa59473adfb5c45ee56bec0303652440aeaa (patch)
tree6cb4e8c4c54318497c3c2e517b3f9163ebc8ccbb /libports/Makefile
parent893da1c7d87efffe9f106b6090e9eee6d6a8a9f0 (diff)
(OBJS): Add interruptServer.o.
(SRCS): Add interrupt-operation.c.
Diffstat (limited to 'libports/Makefile')
-rw-r--r--libports/Makefile5
1 files changed, 3 insertions, 2 deletions
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_