[gegl] image-gradient: move it from workshop to common



commit 403f102a784be20bd7617081da269ea636aa679e
Author: Thomas Manni <thomas manni free fr>
Date:   Thu Feb 2 17:07:25 2017 +0100

    image-gradient: move it from workshop to common

 operations/common/Makefile.am                    |    1 +
 operations/{workshop => common}/image-gradient.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 6fa819f..d0a3469 100644
--- a/operations/common/Makefile.am
+++ b/operations/common/Makefile.am
@@ -73,6 +73,7 @@ gegl_common_la_SOURCES =\
        high-pass.c \
        illusion.c \
        image-compare.c \
+       image-gradient.c \
        introspect.c \
        invert-gamma.c \
        invert-linear.c \
diff --git a/operations/workshop/image-gradient.c b/operations/common/image-gradient.c
similarity index 100%
rename from operations/workshop/image-gradient.c
rename to operations/common/image-gradient.c
diff --git a/operations/workshop/Makefile.am b/operations/workshop/Makefile.am
index 973b154..da1bc7d 100644
--- a/operations/workshop/Makefile.am
+++ b/operations/workshop/Makefile.am
@@ -18,7 +18,6 @@ op_LTLIBRARIES =    \
        ditto.la \
        gradient-map.la \
        hstack.la \
-       image-gradient.la \
        integral-image.la \
        kuwahara.la \
        mandelbrot.la \
diff --git a/po/POTFILES.in b/po/POTFILES.in
index eeec6c6..4e4d15b 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -62,6 +62,7 @@ operations/common/grid.c
 operations/common/high-pass.c
 operations/common/illusion.c
 operations/common/image-compare.c
+operations/common/image-gradient.c
 operations/common/introspect.c
 operations/common/invert-gamma.c
 operations/common/invert-linear.c
@@ -239,7 +240,6 @@ operations/workshop/generated/soft-dodge.c
 operations/workshop/generated/subtractive.c
 operations/workshop/gradient-map.c
 operations/workshop/hstack.c
-operations/workshop/image-gradient.c
 operations/workshop/integral-image.c
 operations/workshop/kuwahara.c
 operations/workshop/mandelbrot.c


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