From: Yannick Brosseau Date: Thu, 30 May 2013 18:40:35 +0000 (-0400) Subject: Put includes in the right section X-Git-Tag: v1.5-beta1~2 X-Git-Url: https://git.liburcu.org/?p=lttv.git;a=commitdiff_plain;h=4a24e7a380459d3e748fcc501898e293fe9e34d3 Put includes in the right section Signed-off-by: Yannick Brosseau --- 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