From 5a04408d5461fa4753f991638dda0359904172c1 Mon Sep 17 00:00:00 2001 From: compudj Date: Fri, 30 May 2003 15:16:25 +0000 Subject: [PATCH] traceWindow.h at the lttv top level git-svn-id: http://ltt.polymtl.ca/svn@46 04897980-b3bd-0310-b5e0-8ef037075253 --- ltt/branches/poly/lttv/Makefile.am | 2 +- ltt/branches/poly/lttv/modules/gui/Makefile.am | 2 +- ltt/branches/poly/lttv/{modules/gui => }/traceWindow.h | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename ltt/branches/poly/lttv/{modules/gui => }/traceWindow.h (100%) diff --git a/ltt/branches/poly/lttv/Makefile.am b/ltt/branches/poly/lttv/Makefile.am index f958c4be..4b51df44 100644 --- a/ltt/branches/poly/lttv/Makefile.am +++ b/ltt/branches/poly/lttv/Makefile.am @@ -9,4 +9,4 @@ bin_PROGRAMS = textui textui_SOURCES = main.c module.c option.c hook.c attribute.c \ attribute.h lttv.h module.h option.h trace.h -lttvinclude_HEADERS = module.h hook.h +lttvinclude_HEADERS = traceWindow.h module.h hook.h diff --git a/ltt/branches/poly/lttv/modules/gui/Makefile.am b/ltt/branches/poly/lttv/modules/gui/Makefile.am index bcb0f988..9e544d3a 100644 --- a/ltt/branches/poly/lttv/modules/gui/Makefile.am +++ b/ltt/branches/poly/lttv/modules/gui/Makefile.am @@ -1 +1 @@ -lttvinclude_HEADERS = traceWindow.h +#empty for now diff --git a/ltt/branches/poly/lttv/modules/gui/traceWindow.h b/ltt/branches/poly/lttv/traceWindow.h similarity index 100% rename from ltt/branches/poly/lttv/modules/gui/traceWindow.h rename to ltt/branches/poly/lttv/traceWindow.h -- 2.34.1