bug in makefile, typos used log4cxx instaed of autofunctiontracestdlog.cxx; refs #2

master
Marc Wäckerlin 13 years ago
parent 7703f0c75b
commit 6a1451772e
  1. 2
      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@

Loading…
Cancel
Save