diff options
author | Miles Bader <miles@gnu.org> | 1995-12-27 21:53:55 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 1995-12-27 21:53:55 +0000 |
commit | fe09949705d38558cf1eb7cda88fbb1d367fd3e5 (patch) | |
tree | 4bf522445a3f13e20a02648b6d3354d9690e353b /libports/Makefile | |
parent | 434ab7355998679a1fad0a21f3f7569fc72f17a1 (diff) |
(SRCS): Add interrupt-on-notify.c, interrupt-notified-rpcs.c, and dead-name.c.
Diffstat (limited to 'libports/Makefile')
-rw-r--r-- | libports/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libports/Makefile b/libports/Makefile index 15e6ace1..246b1d88 100644 --- a/libports/Makefile +++ b/libports/Makefile @@ -33,7 +33,8 @@ SRCS = create-bucket.c create-class.c allocate-port.c intern-external-port.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 \ - interrupt-operation.c + interrupt-operation.c interrupt-on-notify.c interrupt-notified-rpcs.c \ + dead-name.c LCLHDRS = ports.h installhdrs = ports.h |