[gegl] operations: move domain-transform out of the workshop to common



commit 40ca62cbe76eab722bf57351d8ad91fade0d86b8
Author: Thomas Manni <thomas manni free fr>
Date:   Mon Jul 22 10:41:17 2019 +0200

    operations: move domain-transform out of the workshop to common

 operations/common/Makefile.am                      | 1 +
 operations/{workshop => common}/domain-transform.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 924ceca24..a3491b514 100644
--- a/operations/common/Makefile.am
+++ b/operations/common/Makefile.am
@@ -37,6 +37,7 @@ gegl_common_la_SOURCES =\
        copy-buffer.c \
        difference-of-gaussians.c \
        display.c \
+       domain-transform.c \
        dropshadow.c \
        edge-neon.c \
        edge-sobel.c \
diff --git a/operations/workshop/domain-transform.c b/operations/common/domain-transform.c
similarity index 100%
rename from operations/workshop/domain-transform.c
rename to operations/common/domain-transform.c
diff --git a/operations/workshop/Makefile.am b/operations/workshop/Makefile.am
index d6005a29f..7be3aada0 100644
--- a/operations/workshop/Makefile.am
+++ b/operations/workshop/Makefile.am
@@ -16,7 +16,6 @@ ops = \
        demosaic-bimedian.la \
        demosaic-simple.la \
        ditto.la \
-       domain-transform.la \
        gradient-map.la \
        gcr.la \
        hstack.la \
diff --git a/po/POTFILES.in b/po/POTFILES.in
index b3410b0a6..7ddbb2ded 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -34,6 +34,7 @@ operations/common/copy-buffer.c
 operations/common/difference-of-gaussians.c
 operations/common/display.c
 operations/common/dither.c
+operations/common/domain-transform.c
 operations/common/dropshadow.c
 operations/common/edge-neon.c
 operations/common/edge-sobel.c
@@ -262,7 +263,6 @@ operations/workshop/connected-components.c
 operations/workshop/demosaic-bimedian.c
 operations/workshop/demosaic-simple.c
 operations/workshop/ditto.c
-operations/workshop/domain-transform.c
 operations/workshop/external/gluas.c
 operations/workshop/external/lens-correct.c
 operations/workshop/external/line-profile.c


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