From 61b11e389e9d8b6252ebc09a27c45b4682b13fb9 Mon Sep 17 00:00:00 2001 From: compudj Date: Wed, 25 Jun 2003 20:09:16 +0000 Subject: [PATCH] remove modules git-svn-id: http://ltt.polymtl.ca/svn@96 04897980-b3bd-0310-b5e0-8ef037075253 --- ltt/branches/poly/lttv/Makefile.am | 4 ++-- ltt/branches/poly/lttv/modules/Makefile.am | 1 - ltt/branches/poly/lttv/modules/gui/Makefile.am | 1 - ltt/branches/poly/lttv/modules/text/Makefile.am | 1 - 4 files changed, 2 insertions(+), 5 deletions(-) delete mode 100644 ltt/branches/poly/lttv/modules/Makefile.am delete mode 100644 ltt/branches/poly/lttv/modules/gui/Makefile.am delete mode 100644 ltt/branches/poly/lttv/modules/text/Makefile.am diff --git a/ltt/branches/poly/lttv/Makefile.am b/ltt/branches/poly/lttv/Makefile.am index 7a7d4f3b..03d64c0c 100644 --- a/ltt/branches/poly/lttv/Makefile.am +++ b/ltt/branches/poly/lttv/Makefile.am @@ -3,11 +3,11 @@ SUBDIRS = modules plugins AM_CFLAGS = $(GLIB_CFLAGS) LIBS += $(GLIB_LIBS) -bin_PROGRAMS = textui +bin_PROGRAMS = tracevisualizer #AM_CPPFLAGS = \ # -I$(top_srcdir)/include #INCLUDES=$(top_srcdir)/include -textui_SOURCES = main.c module.c option.c hook.c attribute.c \ +tracevisualizer_SOURCES = main.c module.c option.c hook.c attribute.c \ attribute.h lttv.h option.h trace.h diff --git a/ltt/branches/poly/lttv/modules/Makefile.am b/ltt/branches/poly/lttv/modules/Makefile.am deleted file mode 100644 index 6d99b3bc..00000000 --- a/ltt/branches/poly/lttv/modules/Makefile.am +++ /dev/null @@ -1 +0,0 @@ -SUBDIRS = gui text diff --git a/ltt/branches/poly/lttv/modules/gui/Makefile.am b/ltt/branches/poly/lttv/modules/gui/Makefile.am deleted file mode 100644 index 9e544d3a..00000000 --- a/ltt/branches/poly/lttv/modules/gui/Makefile.am +++ /dev/null @@ -1 +0,0 @@ -#empty for now diff --git a/ltt/branches/poly/lttv/modules/text/Makefile.am b/ltt/branches/poly/lttv/modules/text/Makefile.am deleted file mode 100644 index 9e544d3a..00000000 --- a/ltt/branches/poly/lttv/modules/text/Makefile.am +++ /dev/null @@ -1 +0,0 @@ -#empty for now -- 2.34.1