Mir

Merge lp:~afrantzis/mir/fix-1323317 into lp:mir

Proposed by Alexandros Frantzis
Status: Merged
Approved by: Alan Griffiths
Approved revision: no longer in the source branch.
Merged at revision: 1656
Proposed branch: lp:~afrantzis/mir/fix-1323317
Merge into: lp:mir
Diff against target: 9 lines (+1/-1)
1 file modified
src/server/report/CMakeLists.txt (+1/-1)
To merge this branch: bzr merge lp:~afrantzis/mir/fix-1323317
Reviewer Review Type Date Requested Status
PS Jenkins bot (community) continuous-integration Approve
Alan Griffiths Approve
Andreas Pokorny (community) Approve
Review via email: mp+220972@code.launchpad.net

Commit message

server: Don't link the server library against the libmirserverlttng tracepoint provider

The tracepoint provider is loaded dynamically at runtime when we use an lttng report.

Description of the change

server: Don't link the server library against the libmirserverlttng tracepoint provider

The tracepoint provider is loaded dynamically at runtime when we use an lttng report.

To post a comment you must log in.
Revision history for this message
Andreas Pokorny (andreas-pokorny) wrote :

yes that dependency should not be needed..

review: Approve
Revision history for this message
Alan Griffiths (alan-griffiths) wrote :

ack

review: Approve
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/server/report/CMakeLists.txt'
2--- src/server/report/CMakeLists.txt 2014-02-09 16:18:16 +0000
3+++ src/server/report/CMakeLists.txt 2014-05-26 14:53:43 +0000
4@@ -7,4 +7,4 @@
5 default_server_configuration.cpp
6 )
7
8-target_link_libraries(mirreport mirserverlttng mirlogging mirnullreport)
9+target_link_libraries(mirreport mirlogging mirnullreport)

Subscribers

People subscribed via source and target branches