From 86fd9e018236796824f8e4ffe05b3f553c67ad7b Mon Sep 17 00:00:00 2001 From: compudj Date: Wed, 25 Jun 2003 20:11:06 +0000 Subject: [PATCH] move plugin to modules git-svn-id: http://ltt.polymtl.ca/svn@97 04897980-b3bd-0310-b5e0-8ef037075253 --- ltt/branches/poly/lttv/Makefile.am | 2 +- ltt/branches/poly/lttv/{plugins => modules}/Makefile.am | 0 ltt/branches/poly/lttv/{plugins => modules}/README | 0 .../poly/lttv/{plugins => modules}/examples/Makefile.am | 0 .../poly/lttv/{plugins => modules}/examples/sampledep.c | 0 .../poly/lttv/{plugins => modules}/examples/samplemodule.c | 0 .../poly/lttv/{plugins => modules}/examples/samplemodule2.c | 0 ltt/branches/poly/lttv/{plugins => modules}/guiControlFlow.c | 0 ltt/branches/poly/lttv/{plugins => modules}/guiEvents.c | 0 9 files changed, 1 insertion(+), 1 deletion(-) rename ltt/branches/poly/lttv/{plugins => modules}/Makefile.am (100%) rename ltt/branches/poly/lttv/{plugins => modules}/README (100%) rename ltt/branches/poly/lttv/{plugins => modules}/examples/Makefile.am (100%) rename ltt/branches/poly/lttv/{plugins => modules}/examples/sampledep.c (100%) rename ltt/branches/poly/lttv/{plugins => modules}/examples/samplemodule.c (100%) rename ltt/branches/poly/lttv/{plugins => modules}/examples/samplemodule2.c (100%) rename ltt/branches/poly/lttv/{plugins => modules}/guiControlFlow.c (100%) rename ltt/branches/poly/lttv/{plugins => modules}/guiEvents.c (100%) diff --git a/ltt/branches/poly/lttv/Makefile.am b/ltt/branches/poly/lttv/Makefile.am index 03d64c0c..0f1941d7 100644 --- a/ltt/branches/poly/lttv/Makefile.am +++ b/ltt/branches/poly/lttv/Makefile.am @@ -1,4 +1,4 @@ -SUBDIRS = modules plugins +SUBDIRS = modules AM_CFLAGS = $(GLIB_CFLAGS) LIBS += $(GLIB_LIBS) diff --git a/ltt/branches/poly/lttv/plugins/Makefile.am b/ltt/branches/poly/lttv/modules/Makefile.am similarity index 100% rename from ltt/branches/poly/lttv/plugins/Makefile.am rename to ltt/branches/poly/lttv/modules/Makefile.am diff --git a/ltt/branches/poly/lttv/plugins/README b/ltt/branches/poly/lttv/modules/README similarity index 100% rename from ltt/branches/poly/lttv/plugins/README rename to ltt/branches/poly/lttv/modules/README diff --git a/ltt/branches/poly/lttv/plugins/examples/Makefile.am b/ltt/branches/poly/lttv/modules/examples/Makefile.am similarity index 100% rename from ltt/branches/poly/lttv/plugins/examples/Makefile.am rename to ltt/branches/poly/lttv/modules/examples/Makefile.am diff --git a/ltt/branches/poly/lttv/plugins/examples/sampledep.c b/ltt/branches/poly/lttv/modules/examples/sampledep.c similarity index 100% rename from ltt/branches/poly/lttv/plugins/examples/sampledep.c rename to ltt/branches/poly/lttv/modules/examples/sampledep.c diff --git a/ltt/branches/poly/lttv/plugins/examples/samplemodule.c b/ltt/branches/poly/lttv/modules/examples/samplemodule.c similarity index 100% rename from ltt/branches/poly/lttv/plugins/examples/samplemodule.c rename to ltt/branches/poly/lttv/modules/examples/samplemodule.c diff --git a/ltt/branches/poly/lttv/plugins/examples/samplemodule2.c b/ltt/branches/poly/lttv/modules/examples/samplemodule2.c similarity index 100% rename from ltt/branches/poly/lttv/plugins/examples/samplemodule2.c rename to ltt/branches/poly/lttv/modules/examples/samplemodule2.c diff --git a/ltt/branches/poly/lttv/plugins/guiControlFlow.c b/ltt/branches/poly/lttv/modules/guiControlFlow.c similarity index 100% rename from ltt/branches/poly/lttv/plugins/guiControlFlow.c rename to ltt/branches/poly/lttv/modules/guiControlFlow.c diff --git a/ltt/branches/poly/lttv/plugins/guiEvents.c b/ltt/branches/poly/lttv/modules/guiEvents.c similarity index 100% rename from ltt/branches/poly/lttv/plugins/guiEvents.c rename to ltt/branches/poly/lttv/modules/guiEvents.c -- 2.34.1