diff options
-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 |