summaryrefslogtreecommitdiff
path: root/plugins/ropgadgets
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/ropgadgets
parent64f80756138bb2cab28ae3bb3732558961bf1e8b (diff)
Resolved paths using the Autoconf preset output variable top_srcdir.
Diffstat (limited to 'plugins/ropgadgets')
-rw-r--r--plugins/ropgadgets/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/ropgadgets/Makefile.am b/plugins/ropgadgets/Makefile.am
index c6dba84..fed8bd4 100644
--- a/plugins/ropgadgets/Makefile.am
+++ b/plugins/ropgadgets/Makefile.am
@@ -12,6 +12,6 @@ libropgadgets_la_SOURCES = \
libropgadgets_la_CFLAGS = $(AM_CFLAGS)
-AM_CPPFLAGS = $(LIBGTK_CFLAGS) $(LIBXML_CFLAGS) -I../../src
+AM_CPPFLAGS = $(LIBGTK_CFLAGS) $(LIBXML_CFLAGS) -I$(top_srcdir)/src
AM_CFLAGS = $(DEBUG_CFLAGS) $(WARNING_FLAGS) $(COMPLIANCE_FLAGS)