[gegl] samless-clone: link the operations against libgegl-sc



commit 41a25b7dbb5442e10e698c2e7b1a206ae6b3a0d5
Author: Michael Natterer <mitch gimp org>
Date:   Wed May 15 09:06:46 2013 +0200

    samless-clone: link the operations against libgegl-sc

 operations/common/seamless-clone/Makefile.am |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)
---
diff --git a/operations/common/seamless-clone/Makefile.am b/operations/common/seamless-clone/Makefile.am
index b4fe77e..bd570d8 100644
--- a/operations/common/seamless-clone/Makefile.am
+++ b/operations/common/seamless-clone/Makefile.am
@@ -1,7 +1,5 @@
 include $(top_srcdir)/operations/Makefile-common.am
 
-libgegl = $(top_builddir)/gegl/libgegl-$(GEGL_API_VERSION).la
-
 AM_LDFLAGS += $(P2TC_LIBS)
 AM_CFLAGS  += $(P2TC_CFLAGS)
 
@@ -45,10 +43,11 @@ AM_CFLAGS  += $(op_cflags)
 
 # A simple seamless cloning operation
 seamless_clone_la_SOURCES = seamless-clone.c
-seamless_clone_la_LIBS = libgegl-sc- GEGL_API_VERSION@.la
+seamless_clone_la_LIBADD = libgegl-sc- GEGL_API_VERSION@.la
 
 # A composing operation for using the seamless cloning
 seamless_clone_compose_la_SOURCES = seamless-clone-compose.c
+seamless_clone_compose_la_LIBADD = libgegl-sc- GEGL_API_VERSION@.la
 
 # Install both the operations in the op dir
 #


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