[gimp/soc-2013-combined-selection-tool: 183/230] Edited Makefile.am and gimp-tools.c



commit 78b0ecca68c8032145d2ec2beb2ebd1144fb4fb7
Author: Ajay Ramanathan <ajay 010293 gmail com>
Date:   Sun Jun 23 14:59:04 2013 +0530

    Edited Makefile.am and gimp-tools.c

 app/tools/Makefile.am  |    6 ++++++
 app/tools/gimp-tools.c |   10 +++++++++-
 2 files changed, 15 insertions(+), 1 deletions(-)
---
diff --git a/app/tools/Makefile.am b/app/tools/Makefile.am
index 50ec6b8..8a0aa6c 100644
--- a/app/tools/Makefile.am
+++ b/app/tools/Makefile.am
@@ -166,6 +166,12 @@ libapptools_a_sources = \
        gimpseamlesscloneoptions.h      \
        gimpseamlessclonetool.c         \
        gimpseamlessclonetool.h         \
+       gimpselectbycolortool.c         \
+       gimpselectbycolortool.h         \
+    gimpselectbycontenttool.c          \
+       gimpselectbycontenttool.h               \
+    gimpselectbyshapetool.c            \
+       gimpselectbyshapetool.h         \
        gimpselectionoptions.c          \
        gimpselectionoptions.h          \
        gimpselectiontool.c             \
diff --git a/app/tools/gimp-tools.c b/app/tools/gimp-tools.c
index fdea9f0..b0c15ef 100644
--- a/app/tools/gimp-tools.c
+++ b/app/tools/gimp-tools.c
@@ -79,6 +79,9 @@
 #include "gimprectangleselecttool.h"
 #include "gimprotatetool.h"
 #include "gimpseamlessclonetool.h"
+#include "gimpselectbycolortool.h"
+#include "gimpselectbyshapetool.h"
+#include "gimpselectbycontenttool.h"
 #include "gimpscaletool.h"
 #include "gimpsheartool.h"
 #include "gimpsmudgetool.h"
@@ -186,7 +189,12 @@ gimp_tools_init (Gimp *gimp)
     gimp_fuzzy_select_tool_register,
     gimp_free_select_tool_register,
     gimp_ellipse_select_tool_register,
-    gimp_rectangle_select_tool_register
+    gimp_rectangle_select_tool_register,
+    gimp_select_by_color_tool_register,
+#if 0
+    gimp_select_by_content_tool_register,
+#endif
+    gimp_select_by_shape_tool_register
   };
 
   GList *default_order = NULL;


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