diff --git a/mrw/makefile.am b/mrw/makefile.am index c894e6d..4eba2de 100644 --- a/mrw/makefile.am +++ b/mrw/makefile.am @@ -9,6 +9,9 @@ ## @license LGPL, see file COPYING ## ## $Log$ +## Revision 1.10 2004/10/07 16:16:34 marc +## forgotten to save before last checkin... +## ## Revision 1.9 2004/10/07 09:29:17 marc ## new classes ## new versioning @@ -59,10 +62,9 @@ endif endif libmrw_la_SOURCES = mrw.hpp \ - auto.hpp unistd.hpp smartpointer.hpp \ - exception.hpp exception.cpp \ - exec.hpp exec.cpp \ - arg.hpp arg.cpp \ + auto.hpp unistd.hpp \ + stacktrace.hpp exception.hpp exception.cpp \ + exec.hpp exec.cpp arg.hpp arg.cpp smartpointer.hpp \ string.hpp \ list.hpp vector.hpp deque.hpp \ set.hpp map.hpp \