projects
/
lttng-tools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8fd623e
)
Fix: linking order of libraries
author
David Goulet
<dgoulet@efficios.com>
Mon, 22 Apr 2013 18:54:25 +0000
(14:54 -0400)
committer
David Goulet
<dgoulet@efficios.com>
Mon, 22 Apr 2013 18:54:25 +0000
(14:54 -0400)
Signed-off-by: David Goulet <dgoulet@efficios.com>
src/bin/lttng-consumerd/Makefile.am
patch
|
blob
|
blame
|
history
diff --git
a/src/bin/lttng-consumerd/Makefile.am
b/src/bin/lttng-consumerd/Makefile.am
index a418eb4ac541cd6f958aa9e2d35ca2ec1ec37643..d340c68bab69420c26c373bcd6e3fdad34407791 100644
(file)
--- a/
src/bin/lttng-consumerd/Makefile.am
+++ b/
src/bin/lttng-consumerd/Makefile.am
@@
-4,10
+4,11
@@
lttnglibexec_PROGRAMS = lttng-consumerd
lttng_consumerd_SOURCES = lttng-consumerd.c lttng-consumerd.h
-lttng_consumerd_LDADD =
-lrt
\
+lttng_consumerd_LDADD = \
$(top_builddir)/src/common/libconsumer.la \
$(top_builddir)/src/common/sessiond-comm/libsessiond-comm.la \
- $(top_builddir)/src/common/libcommon.la
+ $(top_builddir)/src/common/libcommon.la \
+ -lrt
if HAVE_LIBLTTNG_UST_CTL
lttng_consumerd_LDADD += -llttng-ust-ctl
This page took
0.025682 seconds
and
4
git commands to generate.