summaryrefslogtreecommitdiffstats
path: root/contrib/cvs/lib/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/cvs/lib/Makefile.am')
-rw-r--r--contrib/cvs/lib/Makefile.am9
1 files changed, 8 insertions, 1 deletions
diff --git a/contrib/cvs/lib/Makefile.am b/contrib/cvs/lib/Makefile.am
index 4e4dae9..9409b9a 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
OpenPOWER on IntegriCloud