[gegl] slic: move it from workshop to common



commit 6a64ad1f50f1ae3463db49933eb6600a5178775f
Author: Thomas Manni <thomas manni free fr>
Date:   Thu Feb 2 16:55:18 2017 +0100

    slic: move it from workshop to common

 operations/common/Makefile.am          |    1 +
 operations/{workshop => common}/slic.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 24d61d9..6694afc 100644
--- a/operations/common/Makefile.am
+++ b/operations/common/Makefile.am
@@ -127,6 +127,7 @@ gegl_common_la_SOURCES =\
        sepia.c \
        shift.c \
        sinus.c \
+       slic.c \
        snn-mean.c \
        softglow.c \
        stress.c \
diff --git a/operations/workshop/slic.c b/operations/common/slic.c
similarity index 100%
rename from operations/workshop/slic.c
rename to operations/common/slic.c
diff --git a/operations/workshop/Makefile.am b/operations/workshop/Makefile.am
index 8f9220e..8ec989f 100644
--- a/operations/workshop/Makefile.am
+++ b/operations/workshop/Makefile.am
@@ -26,7 +26,6 @@ op_LTLIBRARIES =    \
        median-blur.la \
        rawbayer-load.la \
        segment-kmeans.la \
-       slic.la \
        unpremul.la \
     vhsfix.la \
     waterpixels.la \
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 06477d2..5e6929d 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -116,6 +116,7 @@ operations/common/save.c
 operations/common/sepia.c
 operations/common/shift.c
 operations/common/sinus.c
+operations/common/slic.c
 operations/common/snn-mean.c
 operations/common/softglow.c
 operations/common/stress.c
@@ -245,7 +246,6 @@ operations/workshop/mandelbrot.c
 operations/workshop/median-blur.c
 operations/workshop/rawbayer-load.c
 operations/workshop/segment-kmeans.c
-operations/workshop/slic.c
 operations/workshop/vhsfix.c
 operations/workshop/waterpixels.c
 operations/workshop/watershed-transform.c


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