diff options
author | Miles Bader <miles@gnu.org> | 1995-09-06 15:39:47 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 1995-09-06 15:39:47 +0000 |
commit | f7dedfa9f94c1e09105e1c520fade09185fba86a (patch) | |
tree | 6c070f3a65185d426447f64600292f910c86aeec /libports | |
parent | 22ed7c6404a2ba67510c2cdaca5ad6e626ef3ed9 (diff) |
(MIGCOMSFLAGS): New variable.
(OBJS): Added notifyServer.o.
(SRCS): Added notify-dead-name.c, notify-no-senders.c, notify-port-destroyed.c,
notify-msg-accepted.c, notify-port-deleted.c, and notify-send-once.c.
Diffstat (limited to 'libports')
-rw-r--r-- | libports/Makefile | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/libports/Makefile b/libports/Makefile index f93a8d74..e2536011 100644 --- a/libports/Makefile +++ b/libports/Makefile @@ -30,10 +30,15 @@ SRCS = create-bucket.c create-class.c allocate-port.c intern-external-port.c \ inhibit-all-rpcs.c resume-port-rpcs.c resume-class-rpcs.c \ resume-bucket-rpcs.c resume-all-rpcs.c interrupt-rpc.c \ init.c complete-deallocate.c get-right.c count-class.c count-bucket.c \ - enable-class.c enable-bucket.c bucket-iterate.c stubs.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 + LCLHDRS = ports.h installhdrs = ports.h -OBJS = $(SRCS:.c=.o) +OBJS = $(SRCS:.c=.o) notifyServer.o + +MIGCOMSFLAGS = -prefix ports_ include ../Makeconf |