From 51e76db373fb4dba58ffe0d3df8e3ea703c7880f Mon Sep 17 00:00:00 2001 From: Tony Jones Date: Tue, 28 Jun 2011 18:51:51 -0400 Subject: [PATCH] Add additional includes to install path ltt-private.h is #included by trace.h and so needs to be installed Signed-off-by: Mathieu Desnoyers --- ltt/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/ltt/Makefile.am b/ltt/Makefile.am index 641bb4c7..12afcdc8 100644 --- a/ltt/Makefile.am +++ b/ltt/Makefile.am @@ -27,6 +27,7 @@ lttinclude_HEADERS = \ marker.h\ marker-field.h\ ltt.h\ + ltt-private.h\ time.h\ trace.h\ event.h\ -- 2.34.1