From b10606ceb1579d3d9e9008804acbd689f858ac7c Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Sat, 17 Oct 2009 18:12:49 -0400 Subject: [PATCH] Add headers to makefiles, fixing make dist Signed-off-by: Mathieu Desnoyers --- configure.ac | 2 +- lttv/lttv/Makefile.am | 14 ++++++++++++++ lttv/modules/text/Makefile.am | 3 ++- 3 files changed, 17 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 1164a6ae..7a6cb02b 100644 --- a/configure.ac +++ b/configure.ac @@ -21,7 +21,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.57) -AC_INIT([lttv], [0.12.18-16092009], [ltt-dev@lists.casi.polymtl.ca]) +AC_INIT([lttv], [0.12.19-17102009], [ltt-dev@lists.casi.polymtl.ca]) AM_INIT_AUTOMAKE AM_CONFIG_HEADER(config.h) AM_PROG_LIBTOOL diff --git a/lttv/lttv/Makefile.am b/lttv/lttv/Makefile.am index 4129f4b0..14be7bed 100644 --- a/lttv/lttv/Makefile.am +++ b/lttv/lttv/Makefile.am @@ -54,6 +54,20 @@ lttv_real_SOURCES = \ filter.c\ print.c +lttvinclude_HEADERS = \ + attribute.h\ + hook.h\ + iattribute.h\ + lttv.h\ + module.h\ + option.h\ + state.h\ + stats.h\ + tracecontext.h\ + traceset.h\ + filter.h\ + print.h + #man_MANS = lttv.1 #EXTRA_DIST = lttv.1 diff --git a/lttv/modules/text/Makefile.am b/lttv/modules/text/Makefile.am index ee008f21..aa34737d 100644 --- a/lttv/modules/text/Makefile.am +++ b/lttv/modules/text/Makefile.am @@ -12,4 +12,5 @@ libprecomputeState_la_SOURCES = precomputeState.c libdepanalysis_la_SOURCES = depanalysis.c sstack.c noinst_HEADERS = \ - batchanalysis.h + batchanalysis.h \ + sstack.h -- 2.34.1