[lttng-dev] [PATCH lttng-ust] Fix: add missing ust-elf.h header to dist

Michael Jeanson mjeanson at efficios.com
Thu Sep 3 16:14:41 EDT 2015


Signed-off-by: Michael Jeanson <mjeanson at efficios.com>
---
 include/Makefile.am | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/include/Makefile.am b/include/Makefile.am
index 44102ef..3c9cf24 100644
--- 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.
 
-- 
1.9.1




More information about the lttng-dev mailing list