diff options
author | Roland McGrath <roland@gnu.org> | 1996-01-05 22:09:25 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1996-01-05 22:09:25 +0000 |
commit | ed747c765da6dbf6d64e1c375e7033124e51b0ba (patch) | |
tree | c14d91be18f7cb880fd238752c4e5ad2c30718e8 | |
parent | 0b3286544a0db042499db7f474d8a131382617dc (diff) |
(SRCS): Add pager-memcpy.c.
-rw-r--r-- | libpager/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libpager/Makefile b/libpager/Makefile index 6f50f017..ac8e2567 100644 --- a/libpager/Makefile +++ b/libpager/Makefile @@ -1,5 +1,5 @@ -# -# Copyright (C) 1994, 1995 Free Software Foundation +# +# Copyright (C) 1994, 1995, 1996 Free Software Foundation # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as @@ -24,7 +24,7 @@ SRCS = data-request.c data-return.c data-unlock.c pager-port.c \ no-senders.c object-init.c object-terminate.c pagemap.c \ pager-create.c pager-flush.c pager-shutdown.c pager-sync.c \ stubs.c seqnos.c demuxer.c chg-compl.c pager-attr.c clean.c \ - dropweak.c notify-stubs.c get-upi.c + dropweak.c notify-stubs.c get-upi.c pager-memcpy.c LCLHDRS = pager.h priv.h installhdrs = pager.h |