[gegl] recursive-transform: move from workshop to common
- From: N/A <ell src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gegl] recursive-transform: move from workshop to common
- Date: Thu, 26 Apr 2018 09:32:21 +0000 (UTC)
commit bcaeb621aaab4de12cea542709ba139d4deacb9f
Author: Ell <ell_se yahoo com>
Date: Thu Apr 26 05:23:02 2018 -0400
recursive-transform: move from workshop to common
operations/common/Makefile.am | 1 +
.../{workshop => common}/recursive-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 90cefb2..0e166ce 100644
--- a/operations/common/Makefile.am
+++ b/operations/common/Makefile.am
@@ -91,6 +91,7 @@ gegl_common_la_SOURCES =\
posterize.c \
radial-gradient.c \
rectangle.c \
+ recursive-transform.c \
reinhard05.c \
remap.c \
rgb-clip.c \
diff --git a/operations/workshop/recursive-transform.c b/operations/common/recursive-transform.c
similarity index 100%
rename from operations/workshop/recursive-transform.c
rename to operations/common/recursive-transform.c
diff --git a/operations/workshop/Makefile.am b/operations/workshop/Makefile.am
index b0dcf5f..4613ae2 100644
--- a/operations/workshop/Makefile.am
+++ b/operations/workshop/Makefile.am
@@ -24,6 +24,5 @@ op_LTLIBRARIES = \
integral-image.la \
linear-sinusoid.la \
rawbayer-load.la \
- recursive-transform.la \
segment-kmeans.la \
spherize.la
diff --git a/po/POTFILES.in b/po/POTFILES.in
index b30917a..acc793e 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -82,6 +82,7 @@ operations/common/pixelize.c
operations/common/posterize.c
operations/common/radial-gradient.c
operations/common/rectangle.c
+operations/common/recursive-transform.c
operations/common/reinhard05.c
operations/common/remap.c
operations/common/rgb-clip.c
@@ -257,6 +258,5 @@ operations/workshop/hstack.c
operations/workshop/integral-image.c
operations/workshop/linear-sinusoid.c
operations/workshop/rawbayer-load.c
-operations/workshop/recursive-transform.c
operations/workshop/segment-kmeans.c
operations/workshop/spherize.c
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]