Update of /cvsroot/plib/plib/examples
In directory usw-pr-cvs1:/tmp/cvs-serv18311/plib/examples
Modified Files:
ChangeLog Makefile.am configure.in
Log Message:
Fixed missing data directory for examples/src/ssg/water
Index: ChangeLog
===================================================================
RCS file: /cvsroot/plib/plib/examples/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- ChangeLog 11 May 2002 18:46:34 -0000 1.2
+++ ChangeLog 4 Sep 2002 21:20:06 -0000 1.3
@@ -2,6 +2,10 @@
PLIB_Examples Change Log.
=========================
+PLIB_Examples v1.6.1 (Sept 4th 2002)
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ * Added missing files from the 'water/data' directory.
+
PLIB_Examples v1.4.1 (June 25th 2001)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Index: Makefile.am
===================================================================
RCS file: /cvsroot/plib/plib/examples/Makefile.am,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- Makefile.am 31 Aug 2002 17:12:06 -0000 1.7
+++ Makefile.am 4 Sep 2002 21:20:07 -0000 1.8
@@ -5,6 +5,7 @@
dist-hook:
tar cf - doc \
src/ssg/tux/data \
+ src/ssg/water/data \
src/ssg/majik/data \
src/fnt/data \
data \
Index: configure.in
===================================================================
RCS file: /cvsroot/plib/plib/examples/configure.in,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -d -r1.31 -r1.32
--- configure.in 2 Sep 2002 17:57:11 -0000 1.31
+++ configure.in 4 Sep 2002 21:20:08 -0000 1.32
@@ -1,7 +1,7 @@
dnl Process this file with autoconf to produce a configure script.
AC_INIT(src/js/js_demo.cxx)
-AM_INIT_AUTOMAKE(plib_examples, 1.6.0)
+AM_INIT_AUTOMAKE(plib_examples, 1.6.1)
dnl Checks for programs.
|