https://svn.lrde.epita.fr/svn/oln/trunk Index: ChangeLog from Roland Levillain <roland@lrde.epita.fr> Autoconfiscate Dynamic. * configure.ac: Configure dynamic/Makefile. * Makefile.am (SUBDIRS): Add dynamic. Makefile.am | 2 +- TODO | 3 ++- configure.ac | 1 + 3 files changed, 4 insertions(+), 2 deletions(-) Index: configure.ac --- configure.ac (revision 538) +++ configure.ac (working copy) @@ -65,6 +65,7 @@ static/stc/Makefile olena/Makefile olena/oln/Makefile + dynamic/Makefile ]) # Checks for library functions. Index: TODO --- TODO (revision 538) +++ TODO (working copy) @@ -1,4 +1,4 @@ -See also the TODO in oln-proto-1.0 and oln-proto-stl-style +See also the TODO in oln-proto-1.0 and oln-proto-stl-style. * Release process @@ -9,6 +9,7 @@ The tests should print nothing on the stantard output, nor on the standard error. +** Add the UPGRADING file from oln-0.10 and complete it Local Variables: Index: Makefile.am --- Makefile.am (revision 538) +++ Makefile.am (working copy) @@ -1,3 +1,3 @@ ## Process this file through Automake to produce Makefile.in -*- Makefile -*- -SUBDIRS = build-aux metalic extended static olena +SUBDIRS = build-aux metalic extended static olena dynamic