From a246c5e3a3703f4773b22540183d6b8f4456231c Mon Sep 17 00:00:00 2001 From: peterho Date: Sat, 8 Oct 2005 23:57:57 +0000 Subject: [PATCH] added interrupts plugin git-svn-id: http://ltt.polymtl.ca/svn@1292 04897980-b3bd-0310-b5e0-8ef037075253 --- ltt/branches/poly/configure.in | 1 + ltt/branches/poly/lttv/modules/gui/Makefile.am | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/ltt/branches/poly/configure.in b/ltt/branches/poly/configure.in index 818189f4..2414835b 100644 --- a/ltt/branches/poly/configure.in +++ b/ltt/branches/poly/configure.in @@ -115,6 +115,7 @@ AC_CONFIG_FILES([Makefile lttv/modules/text/Makefile lttv/modules/gui/Makefile lttv/modules/gui/lttvwindow/Makefile + lttv/modules/gui/interrupts/Makefile lttv/modules/gui/lttvwindow/lttvwindow/Makefile lttv/modules/gui/lttvwindow/pixmaps/Makefile lttv/modules/gui/controlflow/Makefile diff --git a/ltt/branches/poly/lttv/modules/gui/Makefile.am b/ltt/branches/poly/lttv/modules/gui/Makefile.am index 487e3dc7..55281fca 100644 --- a/ltt/branches/poly/lttv/modules/gui/Makefile.am +++ b/ltt/branches/poly/lttv/modules/gui/Makefile.am @@ -6,5 +6,6 @@ # WARNING : subdirs order is important : mainWin depends on API -SUBDIRS = lttvwindow controlflow detailedevents statistics filter tracecontrol +SUBDIRS = lttvwindow controlflow detailedevents statistics filter tracecontrol interrupts + -- 2.34.1