summaryrefslogtreecommitdiff
path: root/plugins/readmc
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2018-04-13 07:55:31 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2018-04-13 07:55:31 (GMT)
commit53b7f44f272ce972e09546c191efee80856da4c3 (patch)
tree8b10d78ebd70b2d6a39e6114d62cdb660abd1bbd /plugins/readmc
parent64f80756138bb2cab28ae3bb3732558961bf1e8b (diff)
Resolved paths using the Autoconf preset output variable top_srcdir.
Diffstat (limited to 'plugins/readmc')
-rw-r--r--plugins/readmc/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/readmc/Makefile.am b/plugins/readmc/Makefile.am
index ca5f9b4..15462e6 100644
--- a/plugins/readmc/Makefile.am
+++ b/plugins/readmc/Makefile.am
@@ -13,8 +13,8 @@ libreadmc_la_SOURCES = \
libreadmc_la_CFLAGS = $(AM_CFLAGS)
-libreadmc_la_LDFLAGS = -L../../plugins/fmtp/.libs -lfmtp
+libreadmc_la_LDFLAGS = -L$(top_srcdir)/plugins/fmtp/.libs -lfmtp
-AM_CPPFLAGS = $(LIBGTK_CFLAGS) $(LIBXML_CFLAGS) -I../../src -I../..
+AM_CPPFLAGS = $(LIBGTK_CFLAGS) $(LIBXML_CFLAGS) -I$(top_srcdir)/src -I$(top_srcdir)
AM_CFLAGS = $(DEBUG_CFLAGS) $(WARNING_FLAGS) $(COMPLIANCE_FLAGS)