[gegl] seamless-clone: Link against babl again



commit 0ffe0c162f3edee601b2336de1a9d83ae3cf9618
Author: Michael Henning <drawoc darkrefraction com>
Date:   Sat Nov 30 14:08:51 2013 -0500

    seamless-clone: Link against babl again
    
    Necessary since 0df497a1afdde4bd28d0f99873757c0ce3490a80 moved
    $(BABL_LIBS) out of $(libgegl)

 seamless-clone/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/seamless-clone/Makefile.am b/seamless-clone/Makefile.am
index c00280f..a74f36e 100644
--- a/seamless-clone/Makefile.am
+++ b/seamless-clone/Makefile.am
@@ -32,7 +32,7 @@ libgegl_sc_ GEGL_API_VERSION@_la_CFLAGS = \
 lib_LTLIBRARIES = libgegl-sc- GEGL_API_VERSION@.la
 
 libgegl_sc_ GEGL_API_VERSION@_la_LIBADD = \
-       $(libgegl)
+       $(libgegl) $(BABL_LIBS)
 
 pkgconfigdir = $(libdir)/pkgconfig
 pkgconfig_DATA = gegl-sc-$(GEGL_API_VERSION).pc


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