diff options
author | Michael I. Bushnell <mib@gnu.org> | 1996-03-20 18:34:46 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1996-03-20 18:34:46 +0000 |
commit | 06bc6d144dc7e35442c51fb1e2480e5e062bfce9 (patch) | |
tree | 1c7d5d6c2faed0ed226ffca36f1080bb9cc0b5f5 | |
parent | 8a31e1f29ceac41bce21d1eb4ff853aca911eb01 (diff) |
(SRCS): Add `claim-right.c'.
-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 |