From e929ed1dc44e512260d328fc1ef848ef1f0156da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20W=C3=A4ckerlin?= Date: Wed, 13 Oct 2004 11:17:21 +0000 Subject: [PATCH] new file stdext.cpp --- mrw/makefile.am | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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