[Plib-cvs] plib/examples Makefile.am,1.11,1.12
Brought to you by:
sjbaker
From: Steve B. <sj...@us...> - 2004-03-20 18:07:39
|
Update of /cvsroot/plib/plib/examples In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26957/plib/examples Modified Files: Makefile.am Log Message: Added some files to the examples distro. Index: Makefile.am =================================================================== RCS file: /cvsroot/plib/plib/examples/Makefile.am,v retrieving revision 1.11 retrieving revision 1.12 diff -u -d -r1.11 -r1.12 --- Makefile.am 30 Nov 2003 21:03:23 -0000 1.11 +++ Makefile.am 20 Mar 2004 17:57:36 -0000 1.12 @@ -1,6 +1,6 @@ SUBDIRS = src -EXTRA_DIST = README COPYING.DATA plib_examples.dsp plib_examples.dsw +EXTRA_DIST = README COPYING.DATA plib_examples.dsp plib_examples.dsw install-sh missing autogen.sh dist-hook: tar cf - doc \ |