Package autotraining : training with GNU autotools
--------------------------------------------------

This package is a way for me to train with GNU autotools
and can become a template for future practice.

The package contains a library and a program.

All source files and dependencies are worked with automake.
The library is built as a shared object with libtool.
The program, depends on the library, uses it.

List of source files:
---------------------

src/bin/training.c		main program
src/lib/training.h		include for the library
src/lib/training.c		main library code

Autotools files structure:
--------------------------

Makefile.am
configure.ac
src/Makefile.am
src/bin/Makefile.am
src/bin/training.c
src/lib/Makefile.am
src/lib/training.c
src/lib/libtraining.h
src/lib/libtraining.pc.in
