CVS update [cvs1-11-x-branch]: /ccvs/lib/
[email protected] 15 Apr 2005 21:40:10 -0000
| Newsgroups | gmane.comp.version-control.cvs.cvs |
|---|---|
| Message-ID | <[email protected]> |
Tag: cvs1-11-x-branch User: dprice Date: 05/04/15 14:40:10 Modified: /ccvs/lib/ ChangeLog, Makefile.am, Makefile.in Log: * Makefile.am (EXTRA_DIST): Add test-getdate.sh. File Changes: Directory: /ccvs/lib/ ===================== File [changed]: ChangeLog Url: https://ccvs.cvshome.org/source/browse/ccvs/lib/ChangeLog?r1=1.169.2.33&r2=1.169.2.34 Delta lines: +4 -0 ------------------- --- ChangeLog 23 Mar 2005 20:03:03 -0000 1.169.2.33 +++ ChangeLog 15 Apr 2005 21:40:07 -0000 1.169.2.34 @@ -1,3 +1,7 @@ +2005-04-15 Derek Price <[email protected]> + + * Makefile.am (EXTRA_DIST): Add test-getdate.sh. + 2005-03-23 Derek Price <[email protected]> * Makefile.am (TESTS, MOSTLYCLEANFILES, check_PROGRAMS, EXTRA_DIST, File [changed]: Makefile.am Url: https://ccvs.cvshome.org/source/browse/ccvs/lib/Makefile.am?r1=1.9.4.7&r2=1.9.4.8 Delta lines: +2 -1 ------------------- --- Makefile.am 23 Mar 2005 20:03:03 -0000 1.9.4.7 +++ Makefile.am 15 Apr 2005 21:40:07 -0000 1.9.4.8 @@ -88,7 +88,8 @@ ChangeLog.fsf \ build_lib.com \ libcvs.dep libcvs.dsp libcvs.mak \ - xgssapi.h + xgssapi.h \ + test-getdate.sh TESTS = MOSTLYCLEANFILES = File [changed]: Makefile.in Url: https://ccvs.cvshome.org/source/browse/ccvs/lib/Makefile.in?r1=1.61.4.13&r2=1.61.4.14 Delta lines: +2 -1 ------------------- --- Makefile.in 23 Mar 2005 20:03:03 -0000 1.61.4.13 +++ Makefile.in 15 Apr 2005 21:40:07 -0000 1.61.4.14 @@ -222,7 +222,8 @@ regex.h savecwd.h system.h wait.h xselect.h xtime.h xsize.h libcvs_a_LIBADD = @LIBOBJS@ EXTRA_DIST = .cvsignore ChangeLog.fsf build_lib.com libcvs.dep \ - libcvs.dsp libcvs.mak xgssapi.h $(check_PROGRAMS) + libcvs.dsp libcvs.mak xgssapi.h test-getdate.sh \ + $(check_PROGRAMS) # Test GNULIB getdate module. TESTS = test-getdate.sh