diff --git a/mrw/makefile.am b/mrw/makefile.am index 107138d..a249c0c 100644 --- a/mrw/makefile.am +++ b/mrw/makefile.am @@ -9,6 +9,9 @@ ## @license LGPL, see file COPYING ## ## $Log$ +## Revision 1.12 2004/10/13 11:17:21 marc +## new file stdext.cpp +## ## Revision 1.11 2004/10/11 18:33:02 marc ## add stdext.hpp ## @@ -70,7 +73,7 @@ libmrw_la_SOURCES = mrw.hpp version.cpp \ exec.cpp exec.hpp list.hpp \ map.hpp multimap.hpp multiset.hpp \ set.hpp simpletrace.hpp \ - smartpointer.hpp stdext.hpp \ + smartpointer.hpp stdext.cpp stdext.hpp \ string.hpp unistd.hpp vector.hpp if HAVE_STACKTRACE libmrw_la_SOURCES += stacktrace.hpp stacktrace.cpp