[gegl] operations: mv common/load.c core/load.c



commit 6af9df9026449587a3651abc54590ff1ea00c579
Author: Øyvind Kolås <pippin gimp org>
Date:   Sat Mar 26 16:52:15 2016 +0100

    operations: mv common/load.c core/load.c

 operations/common/Makefile.am      |    1 -
 operations/common/checkerboard.c   |    2 +-
 operations/core/Makefile.am        |    1 +
 operations/{common => core}/load.c |    0
 po/POTFILES.in                     |    2 +-
 5 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/operations/common/Makefile.am b/operations/common/Makefile.am
index 960b965..928c701 100644
--- a/operations/common/Makefile.am
+++ b/operations/common/Makefile.am
@@ -74,7 +74,6 @@ op_LTLIBRARIES = \
        lens-flare.la \
        levels.la \
        linear-gradient.la \
-       load.la \
        magick-load.la \
        mantiuk06.la \
        map-absolute.la \
diff --git a/operations/common/checkerboard.c b/operations/common/checkerboard.c
index f40eed4..5a0c6f1 100644
--- a/operations/common/checkerboard.c
+++ b/operations/common/checkerboard.c
@@ -68,7 +68,7 @@ property_format (format, _("Babl Format"), NULL)
 
 #include "gegl-op.h"
 #include <gegl-buffer-cl-iterator.h>
-#include <gegl-debug.h>
+#include <../../gegl/gegl-debug.h>
 
 static void
 prepare (GeglOperation *operation)
diff --git a/operations/core/Makefile.am b/operations/core/Makefile.am
index 7079038..15125c4 100644
--- a/operations/core/Makefile.am
+++ b/operations/core/Makefile.am
@@ -10,6 +10,7 @@ LIBS = $(op_libs)
 opdir = $(ext_dir)
 op_LTLIBRARIES = \
        cache.la \
+       load.la \
        clone.la \
        cast-format.la \
        convert-format.la \
diff --git a/operations/common/load.c b/operations/core/load.c
similarity index 100%
rename from operations/common/load.c
rename to operations/core/load.c
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 88c4878..758ac36 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -66,7 +66,6 @@ operations/common/lens-distortion.c
 operations/common/lens-flare.c
 operations/common/levels.c
 operations/common/linear-gradient.c
-operations/common/load.c
 operations/common/magick-load.c
 operations/common/mantiuk06.c
 operations/common/map-absolute.c
@@ -145,6 +144,7 @@ operations/core/cast-format.c
 operations/core/clone.c
 operations/core/convert-format.c
 operations/core/crop.c
+operations/core/load.c
 operations/core/nop.c
 operations/external/ff-load.c
 operations/external/ff-save.c


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