Update of /cvsroot/woc/woc/bin
In directory usw-pr-cvs1:/tmp/cvs-serv28345/bin
Added Files:
Makefile.am
Log Message:
Getting the system to work at home as well.
Autotools will help system find tools it needs, like
perl,sh etc.
--- NEW FILE: Makefile.am ---
PREFIX="@prefix@"
SUBDIRS= index
EXTRA_DIST=
|