diff options
author | Michael I. Bushnell <mib@gnu.org> | 1996-03-29 14:17:18 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1996-03-29 14:17:18 +0000 |
commit | 349af9302a2ddd0abfde3bb9471bb79f0e4ac6f1 (patch) | |
tree | 02a255fb8f2ef0740d37b24f3dc5439b858d3263 /libports/Makefile | |
parent | 0c0255bc3d1e2b38946888805ff45b914a3322f1 (diff) |
(SRCS): Add transfer-right.c.
Diffstat (limited to 'libports/Makefile')
-rw-r--r-- | libports/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libports/Makefile b/libports/Makefile index 930e4169..909d655a 100644 --- a/libports/Makefile +++ b/libports/Makefile @@ -35,7 +35,7 @@ SRCS = create-bucket.c create-class.c allocate-port.c intern-external-port.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 \ - claim-right.c + claim-right.c transfer-right.c LCLHDRS = ports.h installhdrs = ports.h |