[gegl] operations: move convolution-matrix from workshop/ to common/



commit 5854262cbb600b2b6acd83ab59e8cd1a3cf1e586
Author: Michael Natterer <mitch gimp org>
Date:   Thu May 29 00:39:33 2014 +0200

    operations: move convolution-matrix from workshop/ to common/

 operations/common/Makefile.am                      |    1 +
 .../{workshop => common}/convolution-matrix.c      |    0
 operations/workshop/Makefile.am                    |    1 -
 po/POTFILES.in                                     |    2 +-
 4 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/operations/common/Makefile.am b/operations/common/Makefile.am
index 969a7ef..b984265 100644
--- a/operations/common/Makefile.am
+++ b/operations/common/Makefile.am
@@ -29,6 +29,7 @@ op_LTLIBRARIES = \
        color-to-alpha.la \
        color.la \
        contrast-curve.la \
+       convolution-matrix.la \
        cubism.la \
        deinterlace.la \
        difference-of-gaussians.la \
diff --git a/operations/workshop/convolution-matrix.c b/operations/common/convolution-matrix.c
similarity index 100%
rename from operations/workshop/convolution-matrix.c
rename to operations/common/convolution-matrix.c
diff --git a/operations/workshop/Makefile.am b/operations/workshop/Makefile.am
index 1b45ed4..1a7ec4c 100644
--- a/operations/workshop/Makefile.am
+++ b/operations/workshop/Makefile.am
@@ -15,7 +15,6 @@ op_LTLIBRARIES =    \
        box-percentile.la \
        buffer-cache.la \
        color-rotate.la \
-       convolution-matrix.la \
        demosaic-bimedian.la \
        demosaic-simple.la \
        disc-percentile.la \
diff --git a/po/POTFILES.in b/po/POTFILES.in
index d88997f..f466146 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -23,6 +23,7 @@ operations/common/color-reduction.c
 operations/common/color-temperature.c
 operations/common/color-to-alpha.c
 operations/common/contrast-curve.c
+operations/common/convolution-matrix.c
 operations/common/cubism.c
 operations/common/deinterlace.c
 operations/common/difference-of-gaussians.c
@@ -189,7 +190,6 @@ operations/workshop/box-min.c
 operations/workshop/box-percentile.c
 operations/workshop/buffer-cache.c
 operations/workshop/color-rotate.c
-operations/workshop/convolution-matrix.c
 operations/workshop/demosaic-bimedian.c
 operations/workshop/demosaic-simple.c
 operations/workshop/disc-percentile.c


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