diff options
-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 |