[anjuta-extras] class-inheritance: Removed plugin from build



commit ce6198ac653a2b96e1c23b2493bad43c599a9442
Author: Naba Kumar <naba gnome org>
Date:   Sat May 8 15:01:23 2010 +0300

    class-inheritance: Removed plugin from build

 configure.ac        |    4 ----
 plugins/Makefile.am |    2 +-
 2 files changed, 1 insertions(+), 5 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 5a22c93..78a84f0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -273,7 +273,6 @@ AC_OUTPUT([
 Makefile
 plugins/Makefile
 plugins/scratchbox/Makefile
-plugins/class-inheritance/Makefile
 plugins/sample1/Makefile
 plugins/valgrind/Makefile
 plugins/profiler/Makefile
@@ -290,11 +289,8 @@ echo "-------------------------------------------------------------------"
 echo "Conditionally built plugins:"
 echo "-------------------------------------------------------------------"
 if [ test x$libgraphviz_found = xyes ]; then
-        echo "Building class inheritance plugin: .....................YES"
         echo "Building performance profiler with function call chart: YES"
 else
-        echo "Building class inheritance plugin: .....................NO"
-        echo "        Requires graphviz (>= 2.6.0); http://graphviz.org";
         echo "Building performance profiler with function call chart: NO"
 	 echo "        Requires graphviz (>= 2.6.0); http://graphviz.org";
 fi
diff --git a/plugins/Makefile.am b/plugins/Makefile.am
index a817478..4499e74 100644
--- a/plugins/Makefile.am
+++ b/plugins/Makefile.am
@@ -1 +1 @@
-SUBDIRS = class-inheritance valgrind scratchbox profiler scintilla sample1
+SUBDIRS = valgrind scratchbox profiler scintilla sample1



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]