[gegl] move retro-curve/-filter out of workshop



commit 6dfd40264ba9c8187ff8ef8396707aced5216b33
Author: Øyvind Kolås <pippin gimp org>
Date:   Wed Mar 2 12:27:09 2016 +0100

    move retro-curve/-filter out of workshop

 operations/common/Makefile.am                  |    2 ++
 operations/{workshop => common}/retro-curve.c  |    0
 operations/{workshop => common}/retro-filter.c |    0
 operations/workshop/Makefile.am                |    2 --
 po/POTFILES.in                                 |    2 ++
 5 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/operations/common/Makefile.am b/operations/common/Makefile.am
index 6fce0e9..3d34081 100644
--- a/operations/common/Makefile.am
+++ b/operations/common/Makefile.am
@@ -114,6 +114,8 @@ op_LTLIBRARIES = \
        red-eye-removal.la \
        reinhard05.la \
        remap.la \
+       retro-curve.la \
+       retro-filter.la \
        ripple.la \
        saturation.la \
        save.la \
diff --git a/operations/workshop/retro-curve.c b/operations/common/retro-curve.c
similarity index 100%
rename from operations/workshop/retro-curve.c
rename to operations/common/retro-curve.c
diff --git a/operations/workshop/retro-filter.c b/operations/common/retro-filter.c
similarity index 100%
rename from operations/workshop/retro-filter.c
rename to operations/common/retro-filter.c
diff --git a/operations/workshop/Makefile.am b/operations/workshop/Makefile.am
index 548da3a..7e528b2 100644
--- a/operations/workshop/Makefile.am
+++ b/operations/workshop/Makefile.am
@@ -24,8 +24,6 @@ op_LTLIBRARIES =    \
        mandelbrot.la \
        median-blur.la \
        rawbayer-load.la \
-       retro-curve.la \
-       retro-filter.la \
        rgb-clip.la \
        unpremul.la \
        gradient-map.la
diff --git a/po/POTFILES.in b/po/POTFILES.in
index b0b9239..9107029 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -106,6 +106,8 @@ operations/common/rectangle.c
 operations/common/red-eye-removal.c
 operations/common/reinhard05.c
 operations/common/remap.c
+operations/common/retro-curve.c
+operations/common/retro-filter.c
 operations/common/ripple.c
 operations/common/saturation.c
 operations/common/save.c


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