[shotwell] Link common library against plugin dependencies



commit f90efa308c0b8e7c5e241b0eacaa55ecd80f865d
Author: Jens Georg <mail jensge org>
Date:   Wed Jul 20 19:54:35 2016 +0200

    Link common library against plugin dependencies
    
    Signed-off-by: Jens Georg <mail jensge org>

 Makefile.am |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index d77ed14..e42c95b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -75,6 +75,9 @@ plugins_common_libshotwell_plugin_common_la_CFLAGS = \
        -DGETTEXT_PACKAGE='"$(GETTEXT_PACKAGE)"' \
        -I $(top_srcdir)/plugins -I$(top_builddir)/plugins
 
+plugins_common_libshotwell_plugin_common_la_LIBADD = \
+       $(PLUGIN_LIBS)
+
 plugins/shotwell-plugin-dev-1.0.vapi plugins/shotwell-plugin-dev-1.0.h: src_plugins_libplugin_la_vala.stamp
 
 #


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