summaryrefslogtreecommitdiff
path: root/plugins/readmc
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2018-06-18 21:45:22 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2018-06-18 21:45:22 (GMT)
commitc0174a4bc5b12ace8e7449d26dad551f8434f62d (patch)
tree65c648bc76ff8f73e76cf8906d1b7720a6a3ea63 /plugins/readmc
parent823e0e2f2a764fb2e9025b824e3fc63a8817e5c6 (diff)
Ensured each plugin dependency can be found at runtime.
Diffstat (limited to 'plugins/readmc')
-rw-r--r--plugins/readmc/Makefile.am6
1 files changed, 4 insertions, 2 deletions
diff --git a/plugins/readmc/Makefile.am b/plugins/readmc/Makefile.am
index 5f95641..2cf600c 100644
--- a/plugins/readmc/Makefile.am
+++ b/plugins/readmc/Makefile.am
@@ -14,8 +14,10 @@ libreadmc_la_SOURCES = \
libreadmc_la_CFLAGS = $(AM_CFLAGS)
-libreadmc_la_LDFLAGS = -L$(top_srcdir)/plugins/fmtp/.libs -lfmtp \
- -L$(top_srcdir)/src/.libs -lchrysacore
+libreadmc_la_LDFLAGS = \
+ -L$(top_srcdir)/src/.libs -lchrysacore \
+ -L$(top_srcdir)/plugins/mobicore/.libs -lmobicore \
+ -L$(top_srcdir)/plugins/fmtp/.libs -lfmtp
devdir = $(includedir)/chrysalide-$(subdir)