From bc42b5e24cc7968490445ea3b374918f434912df Mon Sep 17 00:00:00 2001 From: Francois Bleibel <fbleibel@gmail.com> Date: Tue, 29 Jun 2010 17:22:38 +0900 Subject: [PATCH] Changed linking of exceptions and traces. The correct .so files for the plugins are now generated. --- include/CMakeLists.txt | 3 ++- src/CMakeLists.txt | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/include/CMakeLists.txt b/include/CMakeLists.txt index 77e3550a..ed8676d9 100644 --- a/include/CMakeLists.txt +++ b/include/CMakeLists.txt @@ -31,7 +31,8 @@ time-dependency.t.cpp signal-caster.h all-signals.h - +tracer.h +tracer-real-time.h ) # Recreate correct path for the headers diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 1f0a7412..d330df7b 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -27,6 +27,7 @@ ADD_LIBRARY(${LIBRARY_NAME} exception/exception-abstract.cpp exception/exception-factory.cpp exception/exception-signal.cpp + exception/exception-traces.cpp shell/functions.cpp -- GitLab