diff options
author | Peter Wemm <peter@FreeBSD.org> | 2004-04-15 01:01:56 +0000 |
---|---|---|
committer | Peter Wemm <peter@FreeBSD.org> | 2004-04-15 01:01:56 +0000 |
commit | 10bfecb8b52fe1781d1b496d2b47fff0e15c0806 (patch) | |
tree | fd220ac1ddaebaa4a730f86d6f727fb639279056 /contrib/cvs/lib/Makefile.am | |
parent | c8ae5f056296ca06d45a165f9c8588a777b19a89 (diff) |
Import cvs-1.11.15
Notes
Notes:
svn path=/vendor/cvs/dist/; revision=128266
Diffstat (limited to 'contrib/cvs/lib/Makefile.am')
-rw-r--r-- | contrib/cvs/lib/Makefile.am | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/contrib/cvs/lib/Makefile.am b/contrib/cvs/lib/Makefile.am index 4e4dae9b7eb0..9409b9a0892a 100644 --- a/contrib/cvs/lib/Makefile.am +++ b/contrib/cvs/lib/Makefile.am @@ -1,6 +1,8 @@ ## Process this file with automake to produce Makefile.in # Makefile for library files used by GNU CVS. -# Copyright (C) 1986, 1988-1994, 2000 Free Software Foundation, Inc. +# Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, +# 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003 +# Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -44,6 +46,7 @@ libcvs_a_SOURCES = \ getline.c \ getopt.c \ getopt1.c \ + getpass.c \ md5.c \ regex.c \ savecwd.c \ @@ -84,6 +87,10 @@ EXTRA_DIST = \ build_lib.com \ xgssapi.h +# Until Automake gets its act together +distclean-local: + rm -f fnmatch.h + # for backwards compatibility with the old makefiles realclean: maintainer-clean .PHONY: realclean |