From 4a24e7a380459d3e748fcc501898e293fe9e34d3 Mon Sep 17 00:00:00 2001 From: Yannick Brosseau Date: Thu, 30 May 2013 14:40:35 -0400 Subject: [PATCH] Put includes in the right section Signed-off-by: Yannick Brosseau --- lttv/lttv/Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lttv/lttv/Makefile.am b/lttv/lttv/Makefile.am index 52fa76d2..83ddfbee 100644 --- a/lttv/lttv/Makefile.am +++ b/lttv/lttv/Makefile.am @@ -56,9 +56,7 @@ lttv_real_SOURCES = \ traceset.c\ traceset-process.c\ print.c\ - compiler.h\ - event.c\ - time.h + event.c # sync/sync_chain.c\ sync/sync_chain.h\ sync/sync_chain_lttv.c\ @@ -106,6 +104,8 @@ lttvinclude_HEADERS = \ traceset.h\ filter.h\ print.h\ + compiler.h\ + time.h\ event.h\ trace.h -- 2.34.1