From 6a1451772e93e6ce6acf371738ef49804206de5b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20W=C3=A4ckerlin?= Date: Tue, 10 Jul 2012 09:25:37 +0000 Subject: [PATCH] bug in makefile, typos used log4cxx instaed of autofunctiontracestdlog.cxx; refs #2 --- src/makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/makefile.am b/src/makefile.am index 5d4cbd3..4f40f4e 100644 --- a/src/makefile.am +++ b/src/makefile.am @@ -133,7 +133,7 @@ if AUTOFNTRACE if HAVE_THREADS if HAVE_BOOST_THREAD libmrwautofunctiontracestdlog_mt_la_SOURCES = \ - autofunctiontracelog4cxx.cxx version.cxx + autofunctiontracestdlog.cxx version.cxx libmrwautofunctiontracestdlog_mt_la_CXXFLAGS = @THREADS@ -w libmrwautofunctiontracestdlog_mt_la_LDFLAGS = \ -version-info @LIB_VERSION@ @THREADS@