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:
635eb1d
)
Fix: add missing header file to build system
author
David Goulet
<dgoulet@efficios.com>
Fri, 15 Nov 2013 16:03:29 +0000
(11:03 -0500)
committer
David Goulet
<dgoulet@efficios.com>
Fri, 15 Nov 2013 16:03:29 +0000
(11:03 -0500)
Signed-off-by: David Goulet <dgoulet@efficios.com>
src/bin/lttng-relayd/Makefile.am
patch
|
blob
|
blame
|
history
diff --git
a/src/bin/lttng-relayd/Makefile.am
b/src/bin/lttng-relayd/Makefile.am
index 1e675454ccea25d9294f72c19f1a056d9a6dc16e..68a1f51667793d3d3e8ebbbd04ef0dbec2fc65ac 100644
(file)
--- a/
src/bin/lttng-relayd/Makefile.am
+++ b/
src/bin/lttng-relayd/Makefile.am
@@
-12,7
+12,8
@@
lttng_relayd_SOURCES = main.c lttng-relayd.h utils.h utils.c cmd.h \
cmd-2-1.c cmd-2-1.h \
cmd-2-2.c cmd-2-2.h \
cmd-2-4.c cmd-2-4.h \
cmd-2-1.c cmd-2-1.h \
cmd-2-2.c cmd-2-2.h \
cmd-2-4.c cmd-2-4.h \
- health-relayd.c health-relayd.h
+ health-relayd.c health-relayd.h \
+ lttng-viewer.h
# link on liblttngctl for check if relayd is already alive.
lttng_relayd_LDADD = -lrt -lurcu-common -lurcu \
# link on liblttngctl for check if relayd is already alive.
lttng_relayd_LDADD = -lrt -lurcu-common -lurcu \
This page took
0.026522 seconds
and
4
git commands to generate.