summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDaniel Sabo <DanielSabo@gmail.com>2013-05-15 19:57:30 -0700
committerDaniel Sabo <DanielSabo@gmail.com>2013-05-15 20:07:12 -0700
commit3bb9445ab3e4fa28eb1776aa01aaa1388d2af5d8 (patch)
tree4309d6db5ba1873baa9deff4a7bce15e700af5c0 /configure.ac
parent73c5eba7ce11beba0e164fd27156ee224774da18 (diff)
Fix parallel make for seamless clone
Ensure that gegl-sc-XX.so is built and installed before the seamless clone operations.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac5
1 files changed, 3 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 0cbeef09..4b288578 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1109,11 +1109,12 @@ libs/poly2tri-c/poly2tri-c/p2t/sweep/Makefile
libs/poly2tri-c/poly2tri-c/p2t/common/Makefile
libs/poly2tri-c/poly2tri-c/p2t/Makefile
libs/poly2tri-c/poly2tri-c/refine/Makefile
+seamless-clone/Makefile
operations/Makefile
operations/core/Makefile
operations/common/Makefile
operations/common/perlin/Makefile
-operations/common/seamless-clone/Makefile
+operations/seamless-clone/Makefile
operations/external/Makefile
operations/generated/Makefile
operations/transform/Makefile
@@ -1147,7 +1148,7 @@ AC_CONFIG_FILES(
gegl-gegl_api_version.pc:gegl.pc.in
gegl/gegl-gegl_api_version.deps:gegl/gegl.deps.in
gegl/Gegl-gegl_api_version.metadata:gegl/Gegl.metadata.in
-operations/common/seamless-clone/gegl-sc-gegl_api_version.pc:operations/common/seamless-clone/gegl-sc.pc.in
+seamless-clone/gegl-sc-gegl_api_version.pc:seamless-clone/gegl-sc.pc.in
)
AC_OUTPUT