From 86257dc87ddfbf0e77d12a3de4534e6c72f6954b Mon Sep 17 00:00:00 2001 From: compudj Date: Fri, 16 Sep 2005 17:03:55 +0000 Subject: [PATCH] add missing xpm git-svn-id: http://ltt.polymtl.ca/svn@1217 04897980-b3bd-0310-b5e0-8ef037075253 --- ltt/branches/poly/lttv/modules/gui/controlflow/Makefile.am | 2 +- ltt/branches/poly/lttv/modules/gui/tracecontrol/Makefile.am | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/ltt/branches/poly/lttv/modules/gui/controlflow/Makefile.am b/ltt/branches/poly/lttv/modules/gui/controlflow/Makefile.am index 7b4dc273..b9510293 100644 --- a/ltt/branches/poly/lttv/modules/gui/controlflow/Makefile.am +++ b/ltt/branches/poly/lttv/modules/gui/controlflow/Makefile.am @@ -38,4 +38,4 @@ noinst_HEADERS = eventhooks.h cfv.h processlist.h\ drawing.h drawitem.h EXTRA_DIST = \ - hGuiControlFlowInsert.xpm + hGuiControlFlowInsert.xpm hLegendInsert.xpm diff --git a/ltt/branches/poly/lttv/modules/gui/tracecontrol/Makefile.am b/ltt/branches/poly/lttv/modules/gui/tracecontrol/Makefile.am index 091f02a4..0c04b195 100644 --- a/ltt/branches/poly/lttv/modules/gui/tracecontrol/Makefile.am +++ b/ltt/branches/poly/lttv/modules/gui/tracecontrol/Makefile.am @@ -18,6 +18,7 @@ libguitracecontrol_la_LDFLAGS = -module libguitracecontrol_la_SOURCES = tracecontrol.c EXTRA_DIST = \ - hTraceControlInsert.xpm + hTraceControlInsert.xpm TraceControlStart.xpm TraceControlPause.xpm \ + TraceControlStop.xpm -- 2.34.1