summaryrefslogtreecommitdiff
path: root/plugins/readmc
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/readmc')
-rw-r--r--plugins/readmc/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/plugins/readmc/Makefile.am b/plugins/readmc/Makefile.am
index 15462e6..9404d55 100644
--- a/plugins/readmc/Makefile.am
+++ b/plugins/readmc/Makefile.am
@@ -13,7 +13,9 @@ libreadmc_la_SOURCES = \
libreadmc_la_CFLAGS = $(AM_CFLAGS)
-libreadmc_la_LDFLAGS = -L$(top_srcdir)/plugins/fmtp/.libs -lfmtp
+libreadmc_la_LDFLAGS = -L$(top_srcdir)/plugins/fmtp/.libs -lfmtp \
+ -L$(top_srcdir)/src/.libs -lchrysacore
+
AM_CPPFLAGS = $(LIBGTK_CFLAGS) $(LIBXML_CFLAGS) -I$(top_srcdir)/src -I$(top_srcdir)