From 5434d6f6aaf2f86d72978ec27bdf2f56a83a5dd7 Mon Sep 17 00:00:00 2001 From: compudj Date: Tue, 30 Sep 2003 11:58:15 +0000 Subject: [PATCH] system wide headers makefile addition git-svn-id: http://ltt.polymtl.ca/svn@284 04897980-b3bd-0310-b5e0-8ef037075253 --- ltt/branches/poly/include/ltt/Makefile.am | 10 ++++++++-- ltt/branches/poly/include/lttv/Makefile.am | 23 +++++++++++++++++++--- 2 files changed, 28 insertions(+), 5 deletions(-) diff --git a/ltt/branches/poly/include/ltt/Makefile.am b/ltt/branches/poly/include/ltt/Makefile.am index bb998e7d..f9453e73 100644 --- a/ltt/branches/poly/include/ltt/Makefile.am +++ b/ltt/branches/poly/include/ltt/Makefile.am @@ -1,2 +1,8 @@ -lttinclude_HEADERS = event.h facility.h ltt-private.h ltt.h trace.h \ - type.h LTTTypes.h +lttinclude_HEADERS = \ + LTTTypes.h\ + event.h\ + facility.h\ + ltt-private.h\ + ltt.h\ + trace.h\ + type.h diff --git a/ltt/branches/poly/include/lttv/Makefile.am b/ltt/branches/poly/include/lttv/Makefile.am index 00a1df05..f0333bb0 100644 --- a/ltt/branches/poly/include/lttv/Makefile.am +++ b/ltt/branches/poly/include/lttv/Makefile.am @@ -1,3 +1,20 @@ -lttvinclude_HEADERS = hook.h module.h option.h lttv.h iattribute.h \ - attribute.h processTrace.h state.h traceset.h \ - batchAnalysis.h filter.h gtkTraceSet.h stats.h textDump.h +lttvinclude_HEADERS = \ + attribute.h\ + batchAnalysis.h\ + common.h\ + filter.h\ + gtkTraceSet.h\ + gtkcustom.h\ + hook.h\ + iattribute.h\ + lttv.h\ + mainWindow.h\ + menu.h\ + module.h\ + option.h\ + processTrace.h\ + state.h\ + stats.h\ + textDump.h\ + toolbar.h\ + traceset.h -- 2.34.1