[gegl] spiral: move from workshop to common



commit c4a7e42dc16e865f4b6b6f0c8f8445913a86c355
Author: Ell <ell_se yahoo com>
Date:   Fri Jul 28 17:24:23 2017 -0400

    spiral: move from workshop to common

 operations/common/Makefile.am            |    1 +
 operations/{workshop => common}/spiral.c |    0
 operations/workshop/Makefile.am          |    3 +--
 po/POTFILES.in                           |    2 +-
 4 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/operations/common/Makefile.am b/operations/common/Makefile.am
index e0efc8d..1626c86 100644
--- a/operations/common/Makefile.am
+++ b/operations/common/Makefile.am
@@ -132,6 +132,7 @@ gegl_common_la_SOURCES =\
        slic.c \
        snn-mean.c \
        softglow.c \
+       spiral.c \
        stress.c \
        stretch-contrast-hsv.c \
        stretch-contrast.c \
diff --git a/operations/workshop/spiral.c b/operations/common/spiral.c
similarity index 100%
rename from operations/workshop/spiral.c
rename to operations/common/spiral.c
diff --git a/operations/workshop/Makefile.am b/operations/workshop/Makefile.am
index 2bfe128..79cb947 100644
--- a/operations/workshop/Makefile.am
+++ b/operations/workshop/Makefile.am
@@ -24,5 +24,4 @@ op_LTLIBRARIES =    \
        rawbayer-load.la \
        segment-kmeans.la \
        shadows-highlights.la \
-       shadows-highlights-correction.la \
-       spiral.la
+       shadows-highlights-correction.la
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 4aa75cc..a102bbf 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -123,6 +123,7 @@ operations/common/sinus.c
 operations/common/slic.c
 operations/common/snn-mean.c
 operations/common/softglow.c
+operations/common/spiral.c
 operations/common/stress.c
 operations/common/stretch-contrast.c
 operations/common/stretch-contrast-hsv.c
@@ -253,4 +254,3 @@ operations/workshop/rawbayer-load.c
 operations/workshop/segment-kmeans.c
 operations/workshop/shadows-highlights.c
 operations/workshop/shadows-highlights-correction.c
-operations/workshop/spiral.c


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