[gegl] waterpixels: move it from workshop to common



commit a6d47cfa19cd12cb916744af59e0db9df598c74f
Author: Thomas Manni <thomas manni free fr>
Date:   Thu Feb 2 17:13:48 2017 +0100

    waterpixels: move it from workshop to common

 operations/common/Makefile.am                 |    1 +
 operations/{workshop => common}/waterpixels.c |    0
 operations/workshop/Makefile.am               |    4 +---
 po/POTFILES.in                                |    2 +-
 4 files changed, 3 insertions(+), 4 deletions(-)
---
diff --git a/operations/common/Makefile.am b/operations/common/Makefile.am
index 233b44c..57124a6 100644
--- a/operations/common/Makefile.am
+++ b/operations/common/Makefile.am
@@ -152,6 +152,7 @@ gegl_common_la_SOURCES =\
        video-degradation.c \
        vignette.c \
        warp.c \
+       waterpixels.c \
        watershed-transform.c \
        waves.c \
        wavelet-blur.c \
diff --git a/operations/workshop/waterpixels.c b/operations/common/waterpixels.c
similarity index 100%
rename from operations/workshop/waterpixels.c
rename to operations/common/waterpixels.c
diff --git a/operations/workshop/Makefile.am b/operations/workshop/Makefile.am
index 27b217b..d5afe1a 100644
--- a/operations/workshop/Makefile.am
+++ b/operations/workshop/Makefile.am
@@ -25,6 +25,4 @@ op_LTLIBRARIES =    \
        rawbayer-load.la \
        segment-kmeans.la \
        unpremul.la \
-    vhsfix.la \
-    waterpixels.la \
-
+    vhsfix.la
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 458a8f8..10654dc 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/waterpixels.c
 operations/common/watershed-transform.c
 operations/common/wavelet-blur.c
 operations/common/waves.c
@@ -248,4 +249,3 @@ operations/workshop/median-blur.c
 operations/workshop/rawbayer-load.c
 operations/workshop/segment-kmeans.c
 operations/workshop/vhsfix.c
-operations/workshop/waterpixels.c


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