2860: Update configure.ac for the tutorial.

* configure.ac: Add tutorial/samples Makefiles. --- ChangeLog | 6 ++++++ configure.ac | 2 ++ 2 files changed, 8 insertions(+), 0 deletions(-) diff --git a/ChangeLog b/ChangeLog index 36248ed..fabc2f3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2008-11-06 Guillaume Lazzara <z@lrde.epita.fr> + + Update configure.ac for the tutorial. + + * configure.ac: Add tutorial/samples Makefiles. + 2008-11-10 Matthieu Garrigues <garrigues@lrde.epita.fr> Put Licence to 70 cols. diff --git a/configure.ac b/configure.ac index 0e00ce4..0a407d2 100644 --- a/configure.ac +++ b/configure.ac @@ -144,6 +144,8 @@ AC_CONFIG_FILES([ external/Makefile milena/Makefile milena/doc/Makefile + milena/doc/tutorial/Makefile + milena/doc/tutorial/samples/Makefile milena/tools/Makefile ]) -- 1.5.6.5
participants (1)
-
Guillaume Lazzara