[Jukebox-cvs] CVS update: J4/examples Makefile.am exampleLruCacheTest.in exampleRWLockTest.in exampl
Brought to you by:
vtt
From: CVS B. <vt...@fr...> - 2000-10-25 06:56:42
|
User: vt Date: 00/10/24 23:56:47 Modified: examples Makefile.am Removed: examples exampleLruCacheTest.in exampleRWLockTest.in exampleSemaphoreGroupTest.in Log: Moved the files from gnu.j4.examples to gnu.j4.test.unit and gnu.j4.test.integration, where they belong. Also, makeup changes and small fixes. Revision Changes Path 1.11 +2 -2 J4/examples/Makefile.am CVSWEB Options: ------------------- CVSWeb: Annotate this file: http://cvs.sourceforge.net/cgi-bin/cvsweb.cgi/J4/examples/Makefile.am?annotate=1.11&cvsroot=jukebox4 CVSWeb: View this file: http://cvs.sourceforge.net/cgi-bin/cvsweb.cgi/J4/examples/Makefile.am?rev=1.11&content-type=text/x-cvsweb-markup&cvsroot=jukebox4 CVSWeb: Diff to previous version: http://cvs.sourceforge.net/cgi-bin/cvsweb.cgi/J4/examples/Makefile.am.diff?r1=1.11&r2=1.10&cvsroot=jukebox4 ----------------------------------- Index: Makefile.am =================================================================== RCS file: /usr/local/cvs/J4/examples/Makefile.am,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- Makefile.am 2000/08/24 20:41:09 1.10 +++ Makefile.am 2000/10/25 06:56:47 1.11 @@ -1,4 +1,4 @@ -# $Id: Makefile.am,v 1.10 2000/08/24 20:41:09 vt Exp $ +# $Id: Makefile.am,v 1.11 2000/10/25 06:56:47 vt Exp $ bin_PROGRAMS = exampleLogTest \ exampleLruCacheTest \ @@ -13,7 +13,7 @@ bin_DATA = index.html -bindir = ${prefix}/examples +bindir = ${prefix}/docs/examples exampleLogTest_SOURCES = exampleLogTest exampleLruCacheTest_SOURCES = exampleLruCacheTest |