remove modules
authorcompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Wed, 25 Jun 2003 20:09:16 +0000 (20:09 +0000)
committercompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Wed, 25 Jun 2003 20:09:16 +0000 (20:09 +0000)
git-svn-id: http://ltt.polymtl.ca/svn@96 04897980-b3bd-0310-b5e0-8ef037075253

ltt/branches/poly/lttv/Makefile.am
ltt/branches/poly/lttv/modules/Makefile.am [deleted file]
ltt/branches/poly/lttv/modules/gui/Makefile.am [deleted file]
ltt/branches/poly/lttv/modules/text/Makefile.am [deleted file]

index 7a7d4f3b03d13d5622b171741cb963eb3175149a..03d64c0c17905a7e6b3d10276ff8381ab6eb1e13 100644 (file)
@@ -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 (file)
index 6d99b3b..0000000
+++ /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 (file)
index 9e544d3..0000000
+++ /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 (file)
index 9e544d3..0000000
+++ /dev/null
@@ -1 +0,0 @@
-#empty for now
This page took 0.028341 seconds and 4 git commands to generate.