diff options
author | Peter Wemm <peter@FreeBSD.org> | 2004-06-10 19:05:38 +0000 |
---|---|---|
committer | Peter Wemm <peter@FreeBSD.org> | 2004-06-10 19:05:38 +0000 |
commit | 83c36f7f985e86e33d46bc7d7fc4e648ca22226b (patch) | |
tree | 7d97944b58f1e30ab542f9c3d6720b69314cec4d /contrib/cvs/lib/Makefile.am | |
parent | b0e9f4d203f6ceab1b5a0cf9382ae76eeb0519d9 (diff) |
Import cvs-1.11.17 onto vendor branch.
Notes
Notes:
svn path=/vendor/cvs/dist/; revision=130303
Diffstat (limited to 'contrib/cvs/lib/Makefile.am')
-rw-r--r-- | contrib/cvs/lib/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/contrib/cvs/lib/Makefile.am b/contrib/cvs/lib/Makefile.am index 9409b9a0892a..91cdeea03508 100644 --- a/contrib/cvs/lib/Makefile.am +++ b/contrib/cvs/lib/Makefile.am @@ -85,8 +85,12 @@ EXTRA_DIST = \ .cvsignore \ ChangeLog.fsf \ build_lib.com \ + libcvs.dep libcvs.dsp libcvs.mak \ xgssapi.h +# For the xsize module from GNULIB. +libcvs_a_SOURCES += xsize.h + # Until Automake gets its act together distclean-local: rm -f fnmatch.h |