[gegl] watershed-transform: move it from workshop to common



commit f9afd5a1a02129bcee79c4904d2ae129f6a8b919
Author: Thomas Manni <thomas manni free fr>
Date:   Thu Feb 2 17:11:10 2017 +0100

    watershed-transform: move it from workshop to common

 operations/common/Makefile.am                      |    3 ++-
 .../{workshop => common}/watershed-transform.c     |    0
 operations/workshop/Makefile.am                    |    1 -
 po/POTFILES.in                                     |    2 +-
 4 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/operations/common/Makefile.am b/operations/common/Makefile.am
index d0a3469..233b44c 100644
--- a/operations/common/Makefile.am
+++ b/operations/common/Makefile.am
@@ -152,8 +152,9 @@ gegl_common_la_SOURCES =\
        video-degradation.c \
        vignette.c \
        warp.c \
+       watershed-transform.c \
        waves.c \
-        wavelet-blur.c \
+       wavelet-blur.c \
        weighted-blend.c \
        whirl-pinch.c \
        wind.c \
diff --git a/operations/workshop/watershed-transform.c b/operations/common/watershed-transform.c
similarity index 100%
rename from operations/workshop/watershed-transform.c
rename to operations/common/watershed-transform.c
diff --git a/operations/workshop/Makefile.am b/operations/workshop/Makefile.am
index da1bc7d..27b217b 100644
--- a/operations/workshop/Makefile.am
+++ b/operations/workshop/Makefile.am
@@ -27,5 +27,4 @@ op_LTLIBRARIES =    \
        unpremul.la \
     vhsfix.la \
     waterpixels.la \
-    watershed-transform.la
 
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 4e4d15b..458a8f8 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -141,6 +141,7 @@ operations/common/value-propagate.c
 operations/common/video-degradation.c
 operations/common/vignette.c
 operations/common/warp.c
+operations/common/watershed-transform.c
 operations/common/wavelet-blur.c
 operations/common/waves.c
 operations/common/weighted-blend.c
@@ -248,4 +249,3 @@ operations/workshop/rawbayer-load.c
 operations/workshop/segment-kmeans.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]