[Plib-cvs] plib/examples Makefile.am,1.5,1.6
Brought to you by:
sjbaker
From: Sebastian U. <ud...@us...> - 2002-05-08 21:24:28
|
Update of /cvsroot/plib/plib/examples In directory usw-pr-cvs1:/tmp/cvs-serv18743/examples Modified Files: Makefile.am Log Message: Updated automake template files Index: Makefile.am =================================================================== RCS file: /cvsroot/plib/plib/examples/Makefile.am,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- Makefile.am 4 Aug 2001 15:29:08 -0000 1.5 +++ Makefile.am 8 May 2002 21:24:24 -0000 1.6 @@ -1,6 +1,7 @@ -SUBDIRS = src data +SUBDIRS = src -EXTRA_DIST = README CHANGES LICENSE NOTICE acsite.m4 mkinstalldir install-sh +EXTRA_DIST = autogen.sh README CHANGES NOTICE plib_examples.dsp \ + plib_examples.dsw dist-hook: tar cf - doc \ |