projects
/
lttng-ust.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f829629
)
Fix: add missing ust-elf.h header to dist
author
Michael Jeanson
<mjeanson@efficios.com>
Thu, 3 Sep 2015 20:14:41 +0000
(16:14 -0400)
committer
Mathieu Desnoyers
<mathieu.desnoyers@efficios.com>
Fri, 4 Sep 2015 04:38:25 +0000
(
00:38
-0400)
Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
include/Makefile.am
patch
|
blob
|
blame
|
history
diff --git
a/include/Makefile.am
b/include/Makefile.am
index 44102ef8e781ccba26e12c2180eda6b901a8ed1b..3c9cf24853c45d5e1f85de825be650e589c9e0f2 100644
(file)
--- a/
include/Makefile.am
+++ b/
include/Makefile.am
@@
-24,7
+24,8
@@
nobase_include_HEADERS = \
lttng/tracelog.h \
lttng/lttng-ust-tracelog.h \
lttng/ust-clock.h \
- lttng/ust-getcpu.h
+ lttng/ust-getcpu.h \
+ lttng/ust-elf.h
# note: usterr-signal-safe.h, core.h and share.h need namespace cleanup.
This page took
0.024903 seconds
and
4
git commands to generate.