From: compudj Date: Fri, 16 Sep 2005 17:03:55 +0000 (+0000) Subject: add missing xpm X-Git-Tag: v0.12.20~2272 X-Git-Url: http://git.lttng.org./?a=commitdiff_plain;ds=sidebyside;h=86257dc87ddfbf0e77d12a3de4534e6c72f6954b;p=lttv.git add missing xpm git-svn-id: http://ltt.polymtl.ca/svn@1217 04897980-b3bd-0310-b5e0-8ef037075253 --- 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