diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2018-06-18 21:45:22 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2018-06-18 21:45:22 (GMT) |
commit | c0174a4bc5b12ace8e7449d26dad551f8434f62d (patch) | |
tree | 65c648bc76ff8f73e76cf8906d1b7720a6a3ea63 /plugins/ropgadgets | |
parent | 823e0e2f2a764fb2e9025b824e3fc63a8817e5c6 (diff) |
Ensured each plugin dependency can be found at runtime.
Diffstat (limited to 'plugins/ropgadgets')
-rw-r--r-- | plugins/ropgadgets/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/plugins/ropgadgets/Makefile.am b/plugins/ropgadgets/Makefile.am index eba45cb..7ca97be 100644 --- a/plugins/ropgadgets/Makefile.am +++ b/plugins/ropgadgets/Makefile.am @@ -12,7 +12,9 @@ libropgadgets_la_SOURCES = \ libropgadgets_la_CFLAGS = $(AM_CFLAGS) -libropgadgets_la_LDFLAGS = -L$(top_srcdir)/src/.libs -lchrysacore +libropgadgets_la_LDFLAGS = \ + -L$(top_srcdir)/src/.libs -lchrysacore \ + -L$(top_srcdir)/plugins/arm/.libs -larm devdir = $(includedir)/chrysalide-$(subdir) |