diff options
-rw-r--r-- | libports/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libports/Makefile b/libports/Makefile index 2ddaaf19..930e4169 100644 --- a/libports/Makefile +++ b/libports/Makefile @@ -34,7 +34,8 @@ SRCS = create-bucket.c create-class.c allocate-port.c intern-external-port.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-on-notify.c interrupt-notified-rpcs.c \ - dead-name.c create-port.c import-port.c default-uninhibitable-rpcs.c + dead-name.c create-port.c import-port.c default-uninhibitable-rpcs.c \ + claim-right.c LCLHDRS = ports.h installhdrs = ports.h |